AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

Portfolio

A Service Catalog portfolio.

Import

import { Portfolio } from 'aws-cdk-lib/aws-servicecatalog';

Or use the module namespace:

import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.Portfolio

Properties

Configuration passed to the constructor as PortfolioProps.

displayNameRequired
string

The name of the portfolio.

providerNameRequired
string

The provider name.

descriptionOptional
string

Description for portfolio.

Default: - No description provided

messageLanguageOptional
MessageLanguage

The message language. Controls language for status logging and errors.

Default: - English

tagOptionsOptional
TagOptions

TagOptions associated directly to a portfolio.

Default: - No tagOptions provided

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter