PortfolioProductAssociationReference
- class aws_cdk.aws_servicecatalog.PortfolioProductAssociationReference(*, portfolio_product_association_id)
Bases:
object
A reference to a PortfolioProductAssociation resource.
- Parameters:
portfolio_product_association_id (
str
) – The Id of the PortfolioProductAssociation resource.- 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_product_association_reference = servicecatalog.PortfolioProductAssociationReference( portfolio_product_association_id="portfolioProductAssociationId" )
Attributes
- portfolio_product_association_id
The Id of the PortfolioProductAssociation resource.