CfnPortfolioPrincipalAssociationMixinProps
- class aws_cdk.mixins_preview.aws_servicecatalog.mixins.CfnPortfolioPrincipalAssociationMixinProps(*, accept_language=None, portfolio_id=None, principal_arn=None, principal_type=None)
Bases:
objectProperties for CfnPortfolioPrincipalAssociationPropsMixin.
- Parameters:
accept_language (
Optional[str]) – The language code. -jp- Japanese -zh- Chineseportfolio_id (
Optional[str]) – The portfolio identifier.principal_arn (
Optional[str]) – The ARN of the principal ( IAM user, role, or group).principal_type (
Optional[str]) – The principal type. The supported values areIAMandIAM_PATTERN.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_servicecatalog import mixins as servicecatalog_mixins cfn_portfolio_principal_association_mixin_props = servicecatalog_mixins.CfnPortfolioPrincipalAssociationMixinProps( accept_language="acceptLanguage", portfolio_id="portfolioId", principal_arn="principalArn", principal_type="principalType" )
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 values are
IAMandIAM_PATTERN.