StreamGroupReference

class aws_cdk.aws_gameliftstreams.StreamGroupReference(*, stream_group_arn)

Bases: object

A reference to a StreamGroup resource.

Parameters:

stream_group_arn (str) – The Arn of the StreamGroup resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_gameliftstreams as gameliftstreams

stream_group_reference = gameliftstreams.StreamGroupReference(
    stream_group_arn="streamGroupArn"
)

Attributes

stream_group_arn

The Arn of the StreamGroup resource.