interface PortfolioProductAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.PortfolioProductAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#PortfolioProductAssociationReference |
![]() | software.amazon.awscdk.services.servicecatalog.PortfolioProductAssociationReference |
![]() | aws_cdk.aws_servicecatalog.PortfolioProductAssociationReference |
![]() | aws-cdk-lib » aws_servicecatalog » PortfolioProductAssociationReference |
A reference to a PortfolioProductAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as servicecatalog } from 'aws-cdk-lib';
const portfolioProductAssociationReference: servicecatalog.PortfolioProductAssociationReference = {
portfolioProductAssociationId: 'portfolioProductAssociationId',
};
Properties
Name | Type | Description |
---|---|---|
portfolio | string | The Id of the PortfolioProductAssociation resource. |
portfolioProductAssociationId
Type:
string
The Id of the PortfolioProductAssociation resource.