CfnPortfolioPrincipalAssociationProps
- class aws_cdk.aws_servicecatalog.CfnPortfolioPrincipalAssociationProps(*, portfolio_id, principal_arn, principal_type, accept_language=None)
Bases:
objectProperties for defining a
CfnPortfolioPrincipalAssociation.- Parameters:
portfolio_id (
str) – The portfolio identifier.principal_arn (
str) – The ARN of the principal ( IAM user, role, or group).principal_type (
str) – The principal type. The supported value isIAM. Allowed Values :IAMaccept_language (
Optional[str]) – The language code. -jp- Japanese -zh- Chinese
- Link:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_servicecatalog as servicecatalog cfn_portfolio_principal_association_props = servicecatalog.CfnPortfolioPrincipalAssociationProps( portfolio_id="portfolioId", principal_arn="principalArn", principal_type="principalType", # the properties below are optional accept_language="acceptLanguage" )
Attributes
- accept_language
The language code.
jp- Japanesezh- Chinese
- portfolio_id
The portfolio identifier.
- principal_arn
The ARN of the principal ( IAM user, role, or group).
- principal_type
The principal type. The supported value is
IAM.Allowed Values :
IAM