Application
Definition of AWS::GameLiftStreams::Application Resource Type
Properties
An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ApplicationLogPaths
.
Locations of log files that your content generates during a stream session. Enter path values that are relative to the ApplicationSourceUri
location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ApplicationLogOutputUri
at the end of a stream session. To retrieve stored log files, call GetStreamSession and get the LogFileLocationUri
.
The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location. This value is immutable. To designate a different content location, create a new application.
An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example: arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6
.
A human-readable label for the application. You can update this value later.
The path and file name of the executable file that launches the content for streaming. Enter a path value that is relative to the location set in ApplicationSourceUri
.
A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
A list of labels to assign to the new application resource. Tags are developer-defined key-value pairs. Tagging AWS resources is useful for resource management, access management and cost allocation. See Tagging AWS Resources in the AWS General Reference .