aws-cdk-lib.aws_servicecatalog.CfnPortfolioProductAssociationProps

interface CfnPortfolioProductAssociationProps

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

Properties for defining a CfnPortfolioProductAssociation.

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 cfnPortfolioProductAssociationProps: servicecatalog.CfnPortfolioProductAssociationProps = {
  portfolioId: 'portfolioId',
  productId: 'productId',

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

Properties

NameTypeDescription
portfolioIdstringThe portfolio identifier.
productIdstringThe product identifier.
acceptLanguage?stringThe language code.
sourcePortfolioId?stringThe identifier of the source portfolio.

portfolioId

Type: string

The portfolio identifier.


productId

Type: string

The product identifier.


acceptLanguage?

Type: string (optional)

The language code.

  • jp - Japanese
  • zh - Chinese

sourcePortfolioId?

Type: string (optional)

The identifier of the source portfolio.