AWSEC2SnapshotDiskContainer

Objective-C

@interface AWSEC2SnapshotDiskContainer

Swift

class AWSEC2SnapshotDiskContainer

The disk container object for the import snapshot request.

  • The description of the disk image being imported.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The format of the disk image being imported.

    Valid values: VHD | VMDK | RAW

    Declaration

    Objective-C

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

    Swift

    var format: String? { get set }
  • url

    The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).

    Declaration

    Objective-C

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

    Swift

    var url: String? { get set }
  • The Amazon S3 bucket for the disk image.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2UserBucket *_Nullable userBucket;

    Swift

    var userBucket: AWSEC2UserBucket? { get set }