AWS::IVSChat::RoomResource type definition for AWS::IVSChat::Room.
6 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
LoggingConfigurationIdentifiers | Array<string> | |
MaximumMessageLength | integer | |
MaximumMessageRatePerSecond | integer | |
MessageReviewHandler | MessageReviewHandler | |
Name | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Room ARN is automatically generated on creation and assigned as the unique identifier. |
Id | string | The system-generated ID of the room. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IVSChat::Room
Resources:
MyResource:
Type: AWS::IVSChat::Room
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ivschat:CreateRoomivschat:TagResourceivschat:GetRoomivschat:ListTagsForResourceivschat:UpdateRoomivschat:TagResourceivschat:UntagResourceivschat:ListTagsForResourceivschat:DeleteRoomivschat:UntagResourceivschat:ListRoomsivschat:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn