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