CfnLaunchNotificationConstraintMixinProps
- class aws_cdk.mixins_preview.aws_servicecatalog.mixins.CfnLaunchNotificationConstraintMixinProps(*, accept_language=None, description=None, notification_arns=None, portfolio_id=None, product_id=None)
Bases:
objectProperties for CfnLaunchNotificationConstraintPropsMixin.
- Parameters:
accept_language (
Optional[str]) – The language code. -jp- Japanese -zh- Chinesedescription (
Optional[str]) – The description of the constraint.notification_arns (
Optional[Sequence[str]]) – The notification ARNs.portfolio_id (
Optional[str]) – The portfolio identifier.product_id (
Optional[str]) – The product identifier.
- 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_launch_notification_constraint_mixin_props = servicecatalog_mixins.CfnLaunchNotificationConstraintMixinProps( accept_language="acceptLanguage", description="description", notification_arns=["notificationArns"], portfolio_id="portfolioId", product_id="productId" )
Attributes
- accept_language
The language code.
jp- Japanesezh- Chinese
- description
The description of the constraint.
- notification_arns
The notification ARNs.
- portfolio_id
The portfolio identifier.