interface PortfolioReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Servicecatalog.PortfolioReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsservicecatalog#PortfolioReference |
Java | software.amazon.awscdk.interfaces.servicecatalog.PortfolioReference |
Python | aws_cdk.interfaces.aws_servicecatalog.PortfolioReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_servicecatalog } from 'aws-cdk-lib/interfaces';
const portfolioReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript