AWS Fundamentals Logo
AWS Fundamentals
AWS::IVSChat::Room

IVSChat Room

Resource type definition for AWS::IVSChat::Room.

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
LoggingConfigurationIdentifiers
Array<string>
MaximumMessageLength
integer
MaximumMessageRatePerSecond
integer
MessageReviewHandler
MessageReviewHandler
Name
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringRoom ARN is automatically generated on creation and assigned as the unique identifier.
IdstringThe system-generated ID of the room.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ivschat:CreateRoomivschat:TagResource

read

ivschat:GetRoomivschat:ListTagsForResource

update

ivschat:UpdateRoomivschat:TagResourceivschat:UntagResourceivschat:ListTagsForResource

delete

ivschat:DeleteRoomivschat:UntagResource

list

ivschat:ListRoomsivschat:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIVSChat
Properties8
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Related Resources

External Links