interface PortfolioProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.PortfolioProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#PortfolioProps |
![]() | software.amazon.awscdk.services.servicecatalog.PortfolioProps |
![]() | aws_cdk.aws_servicecatalog.PortfolioProps |
![]() | 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.