interface StreamGroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.GameLiftStreams.StreamGroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsgameliftstreams#StreamGroupReference |
Java | software.amazon.awscdk.interfaces.gameliftstreams.StreamGroupReference |
Python | aws_cdk.interfaces.aws_gameliftstreams.StreamGroupReference |
TypeScript | aws-cdk-lib » interfaces » aws_gameliftstreams » StreamGroupReference |
A reference to a StreamGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_gameliftstreams as interfaces_gameliftstreams } from 'aws-cdk-lib/interfaces';
const streamGroupReference: interfaces_gameliftstreams.StreamGroupReference = {
streamGroupArn: 'streamGroupArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| stream | string | The Arn of the StreamGroup resource. |
streamGroupArn
Type:
string
The Arn of the StreamGroup resource.

.NET
Go
Java
Python
TypeScript