CfnPortfolioShareMixinProps
- class aws_cdk.cfn_property_mixins.aws_servicecatalog.CfnPortfolioShareMixinProps(*, accept_language=None, account_id=None, portfolio_id=None, share_tag_options=None)
Bases:
objectProperties for CfnPortfolioSharePropsMixin.
- Parameters:
accept_language (
Optional[str]) – The language code. -jp- Japanese -zh- Chineseaccount_id (
Optional[str]) – The AWS account ID. For example,123456789012.portfolio_id (
Optional[str]) – The portfolio identifier.share_tag_options (
Union[bool,IResolvable,None]) – Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
- See:
- 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.cfn_property_mixins import aws_servicecatalog as servicecatalog cfn_portfolio_share_mixin_props = servicecatalog.CfnPortfolioShareMixinProps( accept_language="acceptLanguage", account_id="accountId", portfolio_id="portfolioId", share_tag_options=False )
Attributes
- accept_language
The language code.
jp- Japanesezh- Chinese
- account_id
The AWS account ID.
For example,
123456789012.
- portfolio_id
The portfolio identifier.
- share_tag_options
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.