CreateInstanceExportTaskRequest
public struct CreateInstanceExportTaskRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A description for the conversion task or the resource being exported. The maximum length is 255 characters.
Declaration
Swift
public let description: String? -
The format and location for an instance export task.
Declaration
Swift
public let exportToS3Task: ExportToS3TaskSpecification? -
The ID of the instance.
Declaration
Swift
public let instanceId: String -
The tags to apply to the instance export task during creation.
Declaration
Swift
public let tagSpecifications: [TagSpecification]? -
The target virtualization environment.
Declaration
Swift
public let targetEnvironment: ExportEnvironment? -
Undocumented
Declaration
Swift
public init(description: String? = nil, exportToS3Task: ExportToS3TaskSpecification? = nil, instanceId: String, tagSpecifications: [TagSpecification]? = nil, targetEnvironment: ExportEnvironment? = nil)
View on GitHub
CreateInstanceExportTaskRequest Structure Reference