Class: Aws::AutoScaling::Types::NotificationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::NotificationConfiguration
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Describes a notification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#notification_type ⇒ String
One of the following event notification types:.
-
#topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon SNS topic.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
5524 5525 5526 5527 5528 5529 5530 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5524 class NotificationConfiguration < Struct.new( :auto_scaling_group_name, :topic_arn, :notification_type) SENSITIVE = [] include Aws::Structure end |
#notification_type ⇒ String
One of the following event notification types:
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
5524 5525 5526 5527 5528 5529 5530 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5524 class NotificationConfiguration < Struct.new( :auto_scaling_group_name, :topic_arn, :notification_type) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon SNS topic.
5524 5525 5526 5527 5528 5529 5530 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5524 class NotificationConfiguration < Struct.new( :auto_scaling_group_name, :topic_arn, :notification_type) SENSITIVE = [] include Aws::Structure end |