interface RoomReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IVSChat.RoomReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsivschat#RoomReference |
![]() | software.amazon.awscdk.services.ivschat.RoomReference |
![]() | aws_cdk.aws_ivschat.RoomReference |
![]() | 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.