CfnPortfolioProductAssociationProps
- class aws_cdk.aws_servicecatalog.CfnPortfolioProductAssociationProps(*, accept_language=None, portfolio_id=None, product_id=None, source_portfolio_id=None)
Bases:
objectProperties for defining a
CfnPortfolioProductAssociation.- 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 import aws_servicecatalog as servicecatalog cfn_portfolio_product_association_props = servicecatalog.CfnPortfolioProductAssociationProps( 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.