CfnLaunchNotificationConstraintProps
- class aws_cdk.aws_servicecatalog.CfnLaunchNotificationConstraintProps(*, notification_arns, portfolio_id, product_id, accept_language=None, description=None)
Bases:
object
Properties for defining a
CfnLaunchNotificationConstraint
.- Parameters:
notification_arns (
Sequence
[str
]) – The notification ARNs.portfolio_id (
str
) – The portfolio identifier.product_id (
str
) – The product identifier.accept_language (
Optional
[str
]) – The language code. -jp
- Japanese -zh
- Chinesedescription (
Optional
[str
]) – The description of the constraint.
- 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 import aws_servicecatalog as servicecatalog cfn_launch_notification_constraint_props = servicecatalog.CfnLaunchNotificationConstraintProps( notification_arns=["notificationArns"], portfolio_id="portfolioId", product_id="productId", # the properties below are optional accept_language="acceptLanguage", description="description" )
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.