ImageDiskContainer
public struct ImageDiskContainer : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the disk image.
Declaration
Swift
public let description: String?
-
The block device mapping for the disk.
Declaration
Swift
public let deviceName: String?
-
The format of the disk image being imported. Valid values: OVA | VHD | VHDX |VMDK
Declaration
Swift
public let format: String?
-
The ID of the EBS snapshot to be used for importing the snapshot.
Declaration
Swift
public let snapshotId: String?
-
The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)
Declaration
Swift
public let url: String?
-
The S3 bucket for the disk image.
Declaration
Swift
public let userBucket: UserBucket?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, deviceName: String? = nil, format: String? = nil, snapshotId: String? = nil, url: String? = nil, userBucket: UserBucket? = nil)