AWS::GameLiftStreams::StreamGroup DefaultApplication - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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