interface PortfolioProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Servicecatalog.PortfolioProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#PortfolioProps |
Java | software.amazon.awscdk.services.servicecatalog.PortfolioProps |
Python | aws_cdk.aws_servicecatalog.PortfolioProps |
TypeScript (source) | aws-cdk-lib » aws_servicecatalog » PortfolioProps |
Properties for a Portfolio.
Example
new servicecatalog.Portfolio(this, 'Portfolio', {
displayName: 'MyPortfolio',
providerName: 'MyTeam',
});
Properties
| Name | Type | Description |
|---|---|---|
| display | string | The name of the portfolio. |
| provider | string | The provider name. |
| description? | string | Description for portfolio. |
| message | Message | The message language. |
| tag | Tag | TagOptions associated directly to a portfolio. |
displayName
Type:
string
The name of the portfolio.
providerName
Type:
string
The provider name.
description?
Type:
string
(optional, default: No description provided)
Description for portfolio.
messageLanguage?
Type:
Message
(optional, default: English)
The message language.
Controls language for status logging and errors.
tagOptions?
Type:
Tag
(optional, default: No tagOptions provided)
TagOptions associated directly to a portfolio.

.NET
Go
Java
Python
TypeScript (