aws-cdk-lib.aws_servicecatalog.CfnPortfolioPrincipalAssociationProps

interface CfnPortfolioPrincipalAssociationProps

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

Properties for defining a CfnPortfolioPrincipalAssociation.

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 cfnPortfolioPrincipalAssociationProps: servicecatalog.CfnPortfolioPrincipalAssociationProps = {
  portfolioId: 'portfolioId',
  principalArn: 'principalArn',
  principalType: 'principalType',

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

Properties

NameTypeDescription
portfolioIdstringThe portfolio identifier.
principalArnstringThe ARN of the principal ( IAM user, role, or group).
principalTypestringThe principal type. The supported value is IAM .
acceptLanguage?stringThe language code.

portfolioId

Type: string

The portfolio identifier.


principalArn

Type: string

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


principalType

Type: string

The principal type. The supported value is IAM .

Allowed Values : IAM


acceptLanguage?

Type: string (optional)

The language code.

  • jp - Japanese
  • zh - Chinese