ExportToS3TaskSpecification
public struct ExportToS3TaskSpecification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
Declaration
Swift
public let containerFormat: ContainerFormat?
-
The format for the exported image.
Declaration
Swift
public let diskImageFormat: DiskImageFormat?
-
The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account vm-import-export@amazon.com.
Declaration
Swift
public let s3Bucket: String?
-
The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + ‘.’ + diskImageFormat.
Declaration
Swift
public let s3Prefix: String?
-
Undocumented
Declaration
Swift
public init(containerFormat: ContainerFormat? = nil, diskImageFormat: DiskImageFormat? = nil, s3Bucket: String? = nil, s3Prefix: String? = nil)