CreateWorldExportJobRequest

public struct CreateWorldExportJobRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    Declaration

    Swift

    public let clientRequestToken: String?
  • The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.

    Declaration

    Swift

    public let iamRole: String
  • Undocumented

    Declaration

    Swift

    public let outputLocation: OutputLocation
  • A map that contains tag keys and tag values that are attached to the world export job.

    Declaration

    Swift

    public let tags: [String : String]?
  • A list of Amazon Resource Names (arns) that correspond to worlds to export.

    Declaration

    Swift

    public let worlds: [String]
  • Undocumented

    Declaration

    Swift

    public init(clientRequestToken: String? = CreateWorldExportJobRequest.idempotencyToken(), iamRole: String, outputLocation: OutputLocation, tags: [String : String]? = nil, worlds: [String])
  • Declaration

    Swift

    public func validate(name: String) throws