CfnPortfolioShareMixinProps
- class aws_cdk.mixins_preview.aws_servicecatalog.mixins.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.mixins_preview.aws_servicecatalog import mixins as servicecatalog_mixins cfn_portfolio_share_mixin_props = servicecatalog_mixins.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.