getBuild

suspend fun getBuild(argument: GetBuildPlainArgs): GetBuildResult

Resource Type definition for AWS::GameLift::Build

Return

null

Parameters

argument

null


suspend fun getBuild(buildId: String): GetBuildResult

Return

null

Parameters

buildId

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.

See also


suspend fun getBuild(argument: suspend GetBuildPlainArgsBuilder.() -> Unit): GetBuildResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.gamelift.kotlin.inputs.GetBuildPlainArgs.

See also