StreamGroup

class StreamGroup : KotlinCustomResource

Definition of AWS::GameLiftStreams::StreamGroup Resource Type

Properties

Link copied to clipboard
val arn: Output<String>

An Amazon Resource Name (ARN) that uniquely identifies the stream group resource. For example: arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 .

Link copied to clipboard
val awsId: Output<String>

An ID that uniquely identifies the stream group resource. For example: sg-1AB2C3De4 .

Link copied to clipboard

Object that identifies the Amazon GameLift Streams application to stream with this stream group.

Link copied to clipboard
val description: Output<String>

A descriptive label for the stream group.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

A set of one or more locations and the streaming capacity for each location. One of the locations MUST be your primary location, which is the AWS Region where you are specifying this resource.

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

The target stream quality for sessions that are hosted in this stream group. Set a stream class that is appropriate to the type of content that you're streaming. Stream class determines the type of computing resources Amazon GameLift Streams uses and impacts the cost of streaming. The following options are available: A stream class can be one of the following:

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

A list of labels to assign to the new stream group 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>