CfnPortfolioProductAssociationMixinProps
- class aws_cdk.mixins_preview.aws_servicecatalog.mixins.CfnPortfolioProductAssociationMixinProps(*, accept_language=None, portfolio_id=None, product_id=None, source_portfolio_id=None)
Bases:
objectProperties for CfnPortfolioProductAssociationPropsMixin.
- Parameters:
accept_language (
Optional[str]) – The language code. -jp- Japanese -zh- Chineseportfolio_id (
Optional[str]) – The portfolio identifier.product_id (
Optional[str]) – The product identifier.source_portfolio_id (
Optional[str]) – The identifier of the source portfolio.
- 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_product_association_mixin_props = servicecatalog_mixins.CfnPortfolioProductAssociationMixinProps( accept_language="acceptLanguage", portfolio_id="portfolioId", product_id="productId", source_portfolio_id="sourcePortfolioId" )
Attributes
- accept_language
The language code.
jp- Japanesezh- Chinese
- portfolio_id
The portfolio identifier.
- product_id
The product identifier.
- source_portfolio_id
The identifier of the source portfolio.