AWS::ServiceCatalog::PortfolioPrincipalAssociationAssociates the specified principal ARN with the specified portfolio.
import { CfnPortfolioPrincipalAssociation } from 'aws-cdk-lib/aws-servicecatalog';Or use the module namespace:
import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnPortfolioPrincipalAssociationConfiguration passed to the constructor as CfnPortfolioPrincipalAssociationProps.
principalTypeRequiredstringThe principal type. The supported values are `IAM` and `IAM_PATTERN` .
acceptLanguageOptionalstringThe language code. - `jp` - Japanese - `zh` - Chinese
portfolioIdOptionalstringThe portfolio identifier.
principalArnOptionalstringThe ARN of the principal ( IAM user, role, or group).
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalogAWS::ServiceCatalog::PortfolioPrincipalAssociation