AWSEC2DisableFastLaunchResult

Objective-C

@interface AWSEC2DisableFastLaunchResult

Swift

class AWSEC2DisableFastLaunchResult
  • The ID of the image for which Windows fast launch was disabled.

    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 fast launch.

    Declaration

    Objective-C

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

    Swift

    var maxParallelLaunches: NSNumber? { get set }
  • The owner of the Windows AMI for which Windows fast launch was disabled.

    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 Windows fast launch 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 Windows fast launch for the Windows AMI before Windows fast launch was disabled. 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 Windows fast launch 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 Windows fast launch 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 Windows fast launch for the Windows AMI.

    Declaration

    Objective-C

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

    Swift

    var stateTransitionTime: Date? { get set }