Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-gamelift-build.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::GameLift::Build. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

Name string | Aws_CF_FunctionString

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

OperatingSystem string | Aws_CF_FunctionString

The operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build. If your game build contains multiple executables, they all must run on the same operating system. If an operating system is not specified when creating a build, Amazon GameLift uses the default value (WINDOWS_2012). This value cannot be changed later.

StorageLocation object
4 nested properties
Bucket string | Aws_CF_FunctionString required

An Amazon S3 bucket identifier. This is the name of the S3 bucket.

Key string | Aws_CF_FunctionString required

The name of the zip file that contains the build files or script files.

RoleArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) for an IAM role that allows Amazon GameLift to access the S3 bucket.

ObjectVersion string | Aws_CF_FunctionString

The version of the file, if object versioning is turned on for the bucket. Amazon GameLift uses this information when retrieving files from your S3 bucket. To retrieve a specific version of the file, provide an object version. To retrieve the latest version of the file, do not set this parameter.

Version string | Aws_CF_FunctionString

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

ServerSdkVersion string | Aws_CF_FunctionString

A server SDK version you used when integrating your game server build with Amazon GameLift. By default Amazon GameLift sets this value to 4.0.2.

Definitions

StorageLocation object
Bucket string | Aws_CF_FunctionString required

An Amazon S3 bucket identifier. This is the name of the S3 bucket.

Key string | Aws_CF_FunctionString required

The name of the zip file that contains the build files or script files.

RoleArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) for an IAM role that allows Amazon GameLift to access the S3 bucket.

ObjectVersion string | Aws_CF_FunctionString

The version of the file, if object versioning is turned on for the bucket. Amazon GameLift uses this information when retrieving files from your S3 bucket. To retrieve a specific version of the file, provide an object version. To retrieve the latest version of the file, do not set this parameter.