AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalog::PortfolioProductAssociation

CfnPortfolioProductAssociation

Associates the specified product with the specified portfolio. A delegated admin is authorized to invoke this command.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnPortfolioProductAssociationProps.

acceptLanguageOptional
string

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

portfolioIdOptional
string

The portfolio identifier.

productIdOptional
string

The product identifier.

sourcePortfolioIdOptional
string

The identifier of the source portfolio.

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