GetBuildResult

data class GetBuildResult(val buildArn: String? = null, val buildId: String? = null, val name: String? = null, val tags: List<Tag>? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(buildArn: String? = null, buildId: String? = null, name: String? = null, tags: List<Tag>? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val buildArn: String? = null

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift build resource and uniquely identifies it. ARNs are unique across all Regions. In a GameLift build ARN, the resource ID matches the BuildId value.

Link copied to clipboard
val buildId: String? = null

A unique identifier for a build to be deployed on the new fleet. If you are deploying the fleet with a custom game build, you must specify this property. The build must have been successfully uploaded to Amazon GameLift and be in a READY status. This fleet setting cannot be changed once the fleet is created.

Link copied to clipboard
val name: String? = null

A descriptive label that is associated with a build. Build names do not need to be unique.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val version: String? = null

Version information that is associated with this build. Version strings do not need to be unique.