aws-cdk-lib.aws_servicecatalog.CfnPortfolioShareProps

interface CfnPortfolioShareProps

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

Properties for defining a CfnPortfolioShare.

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 cfnPortfolioShareProps: servicecatalog.CfnPortfolioShareProps = {
  accountId: 'accountId',
  portfolioId: 'portfolioId',

  // the properties below are optional
  acceptLanguage: 'acceptLanguage',
  shareTagOptions: false,
};

Properties

NameTypeDescription
accountIdstringThe AWS account ID.
portfolioIdstringThe portfolio identifier.
acceptLanguage?stringThe language code.
shareTagOptions?boolean | IResolvableIndicates whether TagOptions sharing is enabled or disabled for the portfolio share.

accountId

Type: string

The AWS account ID.

For example, 123456789012 .


portfolioId

Type: string

The portfolio identifier.


acceptLanguage?

Type: string (optional)

The language code.

  • jp - Japanese
  • zh - Chinese

shareTagOptions?

Type: boolean | IResolvable (optional)

Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.