AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalog::Portfolio

CfnPortfolio

Specifies a portfolio.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnPortfolioProps.

displayNameRequired
string

The name to use for display purposes.

providerNameRequired
string

The name of the portfolio provider.

acceptLanguageOptional
string

The language code. - `jp` - Japanese - `zh` - Chinese

descriptionOptional
string

The description of the portfolio.

tagsOptional
CfnTag[]

One or more tags.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter