interface PortfolioReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.PortfolioReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#PortfolioReference |
![]() | software.amazon.awscdk.services.servicecatalog.PortfolioReference |
![]() | aws_cdk.aws_servicecatalog.PortfolioReference |
![]() | aws-cdk-lib » aws_servicecatalog » PortfolioReference |
A reference to a Portfolio 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 portfolioReference: servicecatalog.PortfolioReference = {
portfolioId: 'portfolioId',
};
Properties
Name | Type | Description |
---|---|---|
portfolio | string | The Id of the Portfolio resource. |
portfolioId
Type:
string
The Id of the Portfolio resource.