aws-cdk-lib.aws_servicecatalog.CfnPortfolioProps

interface CfnPortfolioProps

LanguageType name
.NETAmazon.CDK.AWS.Servicecatalog.CfnPortfolioProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CfnPortfolioProps
Javasoftware.amazon.awscdk.services.servicecatalog.CfnPortfolioProps
Pythonaws_cdk.aws_servicecatalog.CfnPortfolioProps
TypeScript aws-cdk-lib » aws_servicecatalog » CfnPortfolioProps

Properties for defining a CfnPortfolio.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as servicecatalog } from 'aws-cdk-lib';
const cfnPortfolioProps: servicecatalog.CfnPortfolioProps = {
  displayName: 'displayName',
  providerName: 'providerName',

  // the properties below are optional
  acceptLanguage: 'acceptLanguage',
  description: 'description',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
displayNamestringThe name to use for display purposes.
providerNamestringThe name of the portfolio provider.
acceptLanguage?stringThe language code.
description?stringThe description of the portfolio.
tags?CfnTag[]One or more tags.

displayName

Type: string

The name to use for display purposes.


providerName

Type: string

The name of the portfolio provider.


acceptLanguage?

Type: string (optional)

The language code.

  • jp - Japanese
  • zh - Chinese

description?

Type: string (optional)

The description of the portfolio.


tags?

Type: CfnTag[] (optional)

One or more tags.