AWSEC2DisableFastLaunchResult

Objective-C

@interface AWSEC2DisableFastLaunchResult

Swift

class AWSEC2DisableFastLaunchResult
  • The ID of the image for which faster-launching has been turned off.

    Declaration

    Objective-C

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

    Swift

    var imageId: String? { get set }
  • The launch template that was used to launch Windows instances from pre-provisioned snapshots.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2FastLaunchLaunchTemplateSpecificationResponse *_Nullable launchTemplate;

    Swift

    var launchTemplate: AWSEC2FastLaunchLaunchTemplateSpecificationResponse? { get set }
  • The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxParallelLaunches;

    Swift

    var maxParallelLaunches: NSNumber? { get set }
  • The owner of the Windows AMI for which faster launching was turned off.

    Declaration

    Objective-C

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

    Swift

    var ownerId: String? { get set }
  • The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI. Supported values include: snapshot.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2FastLaunchResourceType resourceType;

    Swift

    var resourceType: AWSEC2FastLaunchResourceType { get set }
  • Parameters that were used for faster launching for the Windows AMI before faster launching was turned off. This informs the clean-up process.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2FastLaunchSnapshotConfigurationResponse *_Nullable snapshotConfiguration;

    Swift

    var snapshotConfiguration: AWSEC2FastLaunchSnapshotConfigurationResponse? { get set }
  • The current state of faster launching for the specified Windows AMI.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2FastLaunchStateCode state;

    Swift

    var state: AWSEC2FastLaunchStateCode { get set }
  • The reason that the state changed for faster launching for the Windows AMI.

    Declaration

    Objective-C

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

    Swift

    var stateTransitionReason: String? { get set }
  • The time that the state changed for faster launching for the Windows AMI.

    Declaration

    Objective-C

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

    Swift

    var stateTransitionTime: Date? { get set }