AWSEC2SpotFleetRequestConfig

Objective-C

@interface AWSEC2SpotFleetRequestConfig

Swift

class AWSEC2SpotFleetRequestConfig

Describes a Spot Fleet request.

  • The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2ActivityStatus activityStatus;

    Swift

    var activityStatus: AWSEC2ActivityStatus { get set }
  • The creation date and time of the request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable createTime;

    Swift

    var createTime: Date? { get set }
  • The configuration of the Spot Fleet request.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2SpotFleetRequestConfigData *_Nullable spotFleetRequestConfig;

    Swift

    var spotFleetRequestConfig: AWSEC2SpotFleetRequestConfigData? { get set }
  • The ID of the Spot Fleet request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable spotFleetRequestId;

    Swift

    var spotFleetRequestId: String? { get set }
  • The state of the Spot Fleet request.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2BatchState spotFleetRequestState;

    Swift

    var spotFleetRequestState: AWSEC2BatchState { get set }
  • The tags for a Spot Fleet resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }