Class: Aws::AutoScaling::Types::PutNotificationConfigurationType

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


5898
5899
5900
5901
5902
5903
5904
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5898

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

#notification_typesArray<String>

The type of event that causes the notification to be sent. To query the notification types supported by Amazon EC2 Auto Scaling, call the DescribeAutoScalingNotificationTypes API.

Returns:

  • (Array<String>)


5898
5899
5900
5901
5902
5903
5904
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5898

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

#topic_arnString

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

Returns:

  • (String)


5898
5899
5900
5901
5902
5903
5904
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5898

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