Class: Aws::AutoScaling::Types::AttachTrafficSourcesType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::AttachTrafficSourcesType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#skip_zonal_shift_validation ⇒ Boolean
If you enable zonal shift with cross-zone disabled load balancers, capacity could become imbalanced across Availability Zones.
-
#traffic_sources ⇒ Array<Types::TrafficSourceIdentifier>
The unique identifiers of one or more traffic sources.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 341 class AttachTrafficSourcesType < Struct.new( :auto_scaling_group_name, :traffic_sources, :skip_zonal_shift_validation) SENSITIVE = [] include Aws::Structure end |
#skip_zonal_shift_validation ⇒ Boolean
If you enable zonal shift with cross-zone disabled load balancers, capacity could become imbalanced across Availability Zones. To skip the validation, specify ‘true`. For more information, see [Auto Scaling group zonal shift] in the *Amazon EC2 Auto Scaling User Guide*.
[1]: docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-zonal-shift.html
341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 341 class AttachTrafficSourcesType < Struct.new( :auto_scaling_group_name, :traffic_sources, :skip_zonal_shift_validation) SENSITIVE = [] include Aws::Structure end |
#traffic_sources ⇒ Array<Types::TrafficSourceIdentifier>
The unique identifiers of one or more traffic sources. You can specify up to 10 traffic sources.
341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 341 class AttachTrafficSourcesType < Struct.new( :auto_scaling_group_name, :traffic_sources, :skip_zonal_shift_validation) SENSITIVE = [] include Aws::Structure end |