Application

class Application : KotlinCustomResource

Definition of AWS::GameLiftStreams::Application Resource Type

Properties

Link copied to clipboard

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 .

Link copied to clipboard

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 .

Link copied to clipboard

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.

Link copied to clipboard
val arn: Output<String>

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 .

Link copied to clipboard
val awsId: Output<String>

An ID that uniquely identifies the application resource. For example: a-9ZY8X7Wv6 .

Link copied to clipboard
val description: Output<String>

A human-readable label for the application. You can update this value later.

Link copied to clipboard
val executablePath: Output<String>

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 .

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
val tags: Output<Map<String, String>>?

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 .

Link copied to clipboard
val urn: Output<String>