aws-cdk-lib.aws_servicecatalog.PortfolioProps

interface PortfolioProps

LanguageType name
.NETAmazon.CDK.AWS.Servicecatalog.PortfolioProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#PortfolioProps
Javasoftware.amazon.awscdk.services.servicecatalog.PortfolioProps
Pythonaws_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

NameTypeDescription
displayNamestringThe name of the portfolio.
providerNamestringThe provider name.
description?stringDescription for portfolio.
messageLanguage?MessageLanguageThe message language.
tagOptions?TagOptionsTagOptions 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: MessageLanguage (optional, default: English)

The message language.

Controls language for status logging and errors.


tagOptions?

Type: TagOptions (optional, default: No tagOptions provided)

TagOptions associated directly to a portfolio.