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 = {
accountId: 'accountId',
portfolioId: 'portfolioId',
};
Properties
Name | Type | Description |
---|---|---|
account | string | The AccountId of the PortfolioShare resource. |
portfolio | string | The PortfolioId of the PortfolioShare resource. |
accountId
Type:
string
The AccountId of the PortfolioShare resource.
portfolioId
Type:
string
The PortfolioId of the PortfolioShare resource.