GetBuildResult

data class GetBuildResult(val buildId: String? = null, val name: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(buildId: String? = null, name: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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 version: String? = null

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