AWSAutoScalingDetachTrafficSourcesType
Objective-C
@interface AWSAutoScalingDetachTrafficSourcesType
Swift
class AWSAutoScalingDetachTrafficSourcesType
-
The name of the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;
Swift
var autoScalingGroupName: String? { get set }
-
The unique identifiers of one or more traffic sources you are detaching. You can specify up to 10 traffic sources.
Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group. When you detach a target group, it enters the
Removing
state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the target group using the DescribeTrafficSources API call. The instances continue to run.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSAutoScalingTrafficSourceIdentifier *> *_Nullable trafficSources;
Swift
var trafficSources: [AWSAutoScalingTrafficSourceIdentifier]? { get set }