Class: Aws::RTBFabric::Types::AutoScalingGroupsConfiguration

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

Overview

Describes the configuration of an auto scaling group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_namesArray<String>

The names of the auto scaling group.

Returns:

  • (Array<String>)


235
236
237
238
239
240
241
# File 'lib/aws-sdk-rtbfabric/types.rb', line 235

class AutoScalingGroupsConfiguration < Struct.new(
  :auto_scaling_group_names,
  :role_arn,
  :health_check_config)
  SENSITIVE = []
  include Aws::Structure
end

#health_check_configTypes::HealthCheckConfig

The health check configuration for the Auto Scaling group managed endpoint.



235
236
237
238
239
240
241
# File 'lib/aws-sdk-rtbfabric/types.rb', line 235

class AutoScalingGroupsConfiguration < Struct.new(
  :auto_scaling_group_names,
  :role_arn,
  :health_check_config)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The role ARN of the auto scaling group.

Returns:

  • (String)


235
236
237
238
239
240
241
# File 'lib/aws-sdk-rtbfabric/types.rb', line 235

class AutoScalingGroupsConfiguration < Struct.new(
  :auto_scaling_group_names,
  :role_arn,
  :health_check_config)
  SENSITIVE = []
  include Aws::Structure
end