AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalog::PortfolioPrincipalAssociation

CfnPortfolioPrincipalAssociation

Associates the specified principal ARN with the specified portfolio.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnPortfolioPrincipalAssociationProps.

principalTypeRequired
string

The principal type. The supported values are `IAM` and `IAM_PATTERN` .

acceptLanguageOptional
string

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

portfolioIdOptional
string

The portfolio identifier.

principalArnOptional
string

The ARN of the principal ( IAM user, role, or group).

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