Class: Aws::AutoScaling::Types::NotificationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Describes a notification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


5255
5256
5257
5258
5259
5260
5261
# File 'lib/aws-sdk-autoscaling/types.rb', line 5255

class NotificationConfiguration < Struct.new(
  :auto_scaling_group_name,
  :topic_arn,
  :notification_type)
  SENSITIVE = []
  include Aws::Structure
end

#notification_typeString

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`

Returns:

  • (String)


5255
5256
5257
5258
5259
5260
5261
# File 'lib/aws-sdk-autoscaling/types.rb', line 5255

class NotificationConfiguration < Struct.new(
  :auto_scaling_group_name,
  :topic_arn,
  :notification_type)
  SENSITIVE = []
  include Aws::Structure
end

#topic_arnString

The Amazon Resource Name (ARN) of the Amazon SNS topic.

Returns:

  • (String)


5255
5256
5257
5258
5259
5260
5261
# File 'lib/aws-sdk-autoscaling/types.rb', line 5255

class NotificationConfiguration < Struct.new(
  :auto_scaling_group_name,
  :topic_arn,
  :notification_type)
  SENSITIVE = []
  include Aws::Structure
end