AWSAutoScalingAttachLoadBalancerTargetGroupsType
Objective-C
@interface AWSAutoScalingAttachLoadBalancerTargetGroupsType
Swift
class AWSAutoScalingAttachLoadBalancerTargetGroupsType
-
The name of the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;
Swift
var autoScalingGroupName: String? { get set }
-
The Amazon Resource Names (ARNs) of the target groups. You can specify up to 10 target groups. To get the ARN of a target group, use the Elastic Load Balancing DescribeTargetGroups API operation.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable targetGroupARNs;
Swift
var targetGroupARNs: [String]? { get set }