interface RoomReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IVSChat.RoomReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsivschat#RoomReference |
Java | software.amazon.awscdk.services.ivschat.RoomReference |
Python | aws_cdk.aws_ivschat.RoomReference |
TypeScript | aws-cdk-lib » aws_ivschat » RoomReference |
A reference to a Room resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivschat as ivschat } from 'aws-cdk-lib';
const roomReference: ivschat.RoomReference = {
roomArn: 'roomArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| room | string | The Arn of the Room resource. |
roomArn
Type:
string
The Arn of the Room resource.

.NET
Go
Java
Python
TypeScript