AWSEC2EnableFastLaunchResult

Objective-C

@interface AWSEC2EnableFastLaunchResult

Swift

class AWSEC2EnableFastLaunchResult
  • The image ID that identifies the AMI for which Windows fast launch was enabled.

    Declaration

    Objective-C

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

    Swift

    var imageId: String? { get set }
  • The launch template that is used when launching 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 ID for the AMI for which Windows fast launch was enabled.

    Declaration

    Objective-C

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

    Swift

    var ownerId: String? { get set }
  • The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2FastLaunchResourceType resourceType;

    Swift

    var resourceType: AWSEC2FastLaunchResourceType { get set }
  • Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI. This property is returned when the associated resourceType is snapshot.

    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 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 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 AMI.

    Declaration

    Objective-C

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

    Swift

    var stateTransitionTime: Date? { get set }