AWS::ServiceCatalog::PortfolioSpecifies a portfolio.
import { CfnPortfolio } from 'aws-cdk-lib/aws-servicecatalog';Or use the module namespace:
import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnPortfolioConfiguration passed to the constructor as CfnPortfolioProps.
displayNameRequiredstringThe name to use for display purposes.
providerNameRequiredstringThe name of the portfolio provider.
acceptLanguageOptionalstringThe language code. - `jp` - Japanese - `zh` - Chinese
descriptionOptionalstringThe description of the portfolio.
tagsOptionalCfnTag[]One or more tags.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalogAWS::ServiceCatalog::Portfolio