Skip to content

aws.robomaker.describe_world_export_job

Example SQL Queries

SELECT * FROM
aws.robomaker.describe_world_export_job
WHERE
"job" = 'VALUE';

Description

Describes a world export job.

Table Definition

Column NameColumn Data Type
job Required Input Column

The Amazon Resource Name (arn) of the world export job to describe.

VARCHAR
_aws_profile Input Column

The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.

STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
arn

The Amazon Resource Name (ARN) of the world export job.

VARCHAR
client_request_token

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

VARCHAR
created_at

The time, in milliseconds since the epoch, when the world export job was created.

TIMESTAMP_S
failure_code

The failure code of the world export job if it failed:

InternalServiceError

Internal service error.

LimitExceeded

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

ResourceNotFound

The specified resource could not be found.

RequestThrottled

The request was throttled.

InvalidInput

An input parameter in the request is not valid.

VARCHAR
failure_reason

The reason why the world export job failed.

VARCHAR
iam_role

The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.

VARCHAR
output_location

The output location.

STRUCT(
"s3_bucket" VARCHAR,
"s3_prefix" VARCHAR
)
Show child fields
output_location.s3_bucket

The S3 bucket for output.

output_location.s3_prefix

The S3 folder in the s3Bucket where output files will be placed.

status

The status of the world export job.

Pending

The world export job request is pending.

Running

The world export job is running.

Completed

The world export job completed.

Failed

The world export job failed. See failureCode and failureReason for more information.

Canceled

The world export job was cancelled.

Canceling

The world export job is being cancelled.

VARCHAR
tags

A map that contains tag keys and tag values that are attached to the world export job.

MAP(VARCHAR, VARCHAR)
worlds

A list of Amazon Resource Names (arns) that correspond to worlds to be exported.

VARCHAR[]
Show child fields
worlds[]