AWSEC2TargetGroupsConfig
Objective-C
@interface AWSEC2TargetGroupsConfig
Swift
class AWSEC2TargetGroupsConfig
Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these target groups.
-
One or more target groups.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TargetGroup *> *_Nullable targetGroups;
Swift
var targetGroups: [AWSEC2TargetGroup]? { get set }