aws.gamelift.describe_build
Example SQL Queries
SELECT * FROMaws.gamelift.describe_buildWHERE"build_id" = 'VALUE';Description
Retrieves properties for a custom game build. To request a build resource, specify a build ID. If successful, an object containing the build properties is returned.
Learn more
Table Definition
| Column Name | Column Data Type |
|---|---|
| build_id Required Input Column A unique identifier for the build to retrieve properties for. You can use either the build ID or ARN value. | 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( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| build Set of properties describing the requested build. | STRUCT( |
Show child fields
| |