CfnPortfolioShareMixinProps

class aws_cdk.mixins_preview.aws_servicecatalog.mixins.CfnPortfolioShareMixinProps(*, accept_language=None, account_id=None, portfolio_id=None, share_tag_options=None)

Bases: object

Properties for CfnPortfolioSharePropsMixin.

Parameters:
  • accept_language (Optional[str]) – The language code. - jp - Japanese - zh - Chinese

  • account_id (Optional[str]) – The AWS account ID. For example, 123456789012 .

  • portfolio_id (Optional[str]) – The portfolio identifier.

  • share_tag_options (Union[bool, IResolvable, None]) – Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html

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_share_mixin_props = servicecatalog_mixins.CfnPortfolioShareMixinProps(
    accept_language="acceptLanguage",
    account_id="accountId",
    portfolio_id="portfolioId",
    share_tag_options=False
)

Attributes

accept_language

The language code.

  • jp - Japanese

  • zh - Chinese

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage

account_id

The AWS account ID.

For example, 123456789012 .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid

portfolio_id

The portfolio identifier.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-portfolioid

share_tag_options

Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-sharetagoptions