interface RoomReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IVSChat.RoomReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsivschat#RoomReference |
Java | software.amazon.awscdk.interfaces.ivschat.RoomReference |
Python | aws_cdk.interfaces.aws_ivschat.RoomReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_ivschat } from 'aws-cdk-lib/interfaces';
const roomReference: interfaces_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