PortfolioShareOptions
- class aws_cdk.aws_servicecatalog.PortfolioShareOptions(*, message_language=None, share_tag_options=None)
Bases:
object
Options for portfolio share.
- Parameters:
message_language (
Optional
[MessageLanguage
]) – The message language of the share. Controls status and error message language for share. Default: - Englishshare_tag_options (
Optional
[bool
]) – Whether to share tagOptions as a part of the portfolio share. Default: - share not specified
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_servicecatalog as servicecatalog portfolio_share_options = servicecatalog.PortfolioShareOptions( message_language=servicecatalog.MessageLanguage.EN, share_tag_options=False )
Attributes
- message_language
The message language of the share.
Controls status and error message language for share.
- Default:
English
- share_tag_options
Whether to share tagOptions as a part of the portfolio share.
- Default:
share not specified