AWSEC2ImportInstanceRequest

Objective-C

@interface AWSEC2ImportInstanceRequest

Swift

class AWSEC2ImportInstanceRequest
  • A description for the instance being imported.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The disk image.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2DiskImage *> *_Nullable diskImages;

    Swift

    var diskImages: [AWSEC2DiskImage]? { get set }
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Objective-C

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

    Swift

    var dryRun: NSNumber? { get set }
  • The launch specification.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2ImportInstanceLaunchSpecification *_Nullable launchSpecification;

    Swift

    var launchSpecification: AWSEC2ImportInstanceLaunchSpecification? { get set }
  • The instance operating system.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2PlatformValues platform;

    Swift

    var platform: AWSEC2PlatformValues { get set }