ImportWorkspaceImageRequest

public struct ImportWorkspaceImageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 BYOL images. For more information about subscribing to Office for BYOL images, see Bring Your Own Windows Desktop Licenses. Although this parameter is an array, only one item is allowed at this time.

    Declaration

    Swift

    public let applications: [Application]?
  • The identifier of the EC2 image.

    Declaration

    Swift

    public let ec2ImageId: String
  • The description of the WorkSpace image.

    Declaration

    Swift

    public let imageDescription: String
  • The name of the WorkSpace image.

    Declaration

    Swift

    public let imageName: String
  • The ingestion process to be used when importing the image. For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify BYOL_REGULAR.

    Declaration

    Swift

    public let ingestionProcess: WorkspaceImageIngestionProcess
  • The tags. Each WorkSpaces resource can have a maximum of 50 tags.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(applications: [Application]? = nil, ec2ImageId: String, imageDescription: String, imageName: String, ingestionProcess: WorkspaceImageIngestionProcess, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws