AWS::GameLiftStreams::StreamGroup DefaultApplication - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::GameLiftStreams::StreamGroup DefaultApplication

Represents the default Amazon GameLift Streams application that a stream group hosts.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Arn" : String, "Id" : String }

YAML

Arn: String Id: String

Properties

Arn

An Amazon Resource Name (ARN) that uniquely identifies the application resource. Example ARN: arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6.

Required: No

Type: String

Pattern: ^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$

Minimum: 1

Maximum: 128

Update requires: No interruption

Id

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

Required: No

Type: String

Pattern: ^[a-zA-Z0-9-]+$

Minimum: 1

Maximum: 32

Update requires: Replacement