StreamGroupReference
- class aws_cdk.interfaces.aws_gameliftstreams.StreamGroupReference(*, stream_group_arn)
Bases:
objectA 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.interfaces import aws_gameliftstreams as interfaces_gameliftstreams stream_group_reference = interfaces_gameliftstreams.StreamGroupReference( stream_group_arn="streamGroupArn" )
Attributes
- stream_group_arn
The Arn of the StreamGroup resource.