@Stability(value=Stable) public static final class CfnAutoScalingGroup.NotificationConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAutoScalingGroup.NotificationConfigurationProperty>
CfnAutoScalingGroup.NotificationConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAutoScalingGroup.NotificationConfigurationProperty |
build()
Builds the configured instance.
|
CfnAutoScalingGroup.NotificationConfigurationProperty.Builder |
notificationTypes(List<String> notificationTypes)
|
CfnAutoScalingGroup.NotificationConfigurationProperty.Builder |
topicArn(String topicArn)
Sets the value of
CfnAutoScalingGroup.NotificationConfigurationProperty.getTopicArn() |
@Stability(value=Stable) public CfnAutoScalingGroup.NotificationConfigurationProperty.Builder topicArn(String topicArn)
CfnAutoScalingGroup.NotificationConfigurationProperty.getTopicArn()topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic. This parameter is required.this@Stability(value=Stable) public CfnAutoScalingGroup.NotificationConfigurationProperty.Builder notificationTypes(List<String> notificationTypes)
notificationTypes - A list of event types that send a notification. Event types can include any of the following types.
Allowed values :
autoscaling:EC2_INSTANCE_LAUNCHautoscaling:EC2_INSTANCE_LAUNCH_ERRORautoscaling:EC2_INSTANCE_TERMINATEautoscaling:EC2_INSTANCE_TERMINATE_ERRORautoscaling:TEST_NOTIFICATIONthis@Stability(value=Stable) public CfnAutoScalingGroup.NotificationConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnAutoScalingGroup.NotificationConfigurationProperty>CfnAutoScalingGroup.NotificationConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.