class Aws::RoboMaker::Types::CreateWorldExportJobRequest

@note When making an API call, you may pass CreateWorldExportJobRequest

data as a hash:

    {
      client_request_token: "ClientRequestToken",
      worlds: ["Arn"], # required
      output_location: { # required
        s3_bucket: "S3Bucket",
        s3_prefix: "S3Key",
      },
      iam_role: "IamRole", # required
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] client_request_token

Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] worlds

A list of Amazon Resource Names (arns) that correspond to worlds to
export.
@return [Array<String>]

@!attribute [rw] output_location

The output location.
@return [Types::OutputLocation]

@!attribute [rw] iam_role

The IAM role that the world export process uses to access the Amazon
S3 bucket and put the export.
@return [String]

@!attribute [rw] tags

A map that contains tag keys and tag values that are attached to the
world export job.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateWorldExportJobRequest AWS API Documentation

Constants

SENSITIVE