You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
awstools
committed
feat(client-auto-scaling): This release adds support for specifying Availability Zone IDs as an alternative to Availability Zone names when creating or updating Auto Scaling groups.
* A list of Availability Zone IDs where the Auto Scaling group can launch instances. You cannot specify both AvailabilityZones and AvailabilityZoneIds in the same request.
2001
+
* </p>
2002
+
* @public
2003
+
*/
2004
+
AvailabilityZoneIds?: string[]|undefined;
2005
+
1998
2006
/**
1999
2007
* <p>A list of Classic Load Balancers associated with this Auto Scaling group. For Application Load Balancers, Network Load Balancers, and Gateway Load Balancers,
2000
2008
* specify the <code>TargetGroupARNs</code> property instead.</p>
* The Availability Zone ID where the instance was launched.
3215
+
* </p>
3216
+
* @public
3217
+
*/
3218
+
AvailabilityZoneId?: string|undefined;
3219
+
3204
3220
/**
3205
3221
* <p>A description of the current lifecycle state. The <code>Quarantined</code> state is
3206
3222
* not used. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-lifecycle.html">Amazon EC2 Auto Scaling instance
* The Availability Zone ID where the instance is located.
3719
+
* </p>
3720
+
* @public
3721
+
*/
3722
+
AvailabilityZoneId?: string|undefined;
3723
+
3692
3724
/**
3693
3725
* <p>The lifecycle state for the instance. The <code>Quarantined</code> state is not used.
3694
3726
* For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-lifecycle.html">Amazon EC2 Auto Scaling instance
0 commit comments