Skip to main content

room

Gets an individual room resource

Overview

Nameroom
TypeResource
Descriptionroom
Idawscc.ivschat.room

Fields

NameDatatypeDescription
arnstringRoom ARN is automatically generated on creation and assigned as the unique identifier.
idstringThe system-generated ID of the room.
namestringThe name of the room. The value does not need to be unique.
logging_configuration_identifiersarrayArray of logging configuration identifiers attached to the room.
maximum_message_lengthintegerThe maximum number of characters in a single message.
maximum_message_rate_per_secondintegerThe maximum number of messages per second that can be sent to the room.
message_review_handlerobject
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
id,
name,
logging_configuration_identifiers,
maximum_message_length,
maximum_message_rate_per_second,
message_review_handler,
tags
FROM awscc.ivschat.room
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the room resource, the following permissions are required:

Read

ivschat:GetRoom,
ivschat:ListTagsForResource

Update

ivschat:UpdateRoom,
ivschat:TagResource,
ivschat:UnTagResource,
ivschat:ListTagsForResource

Delete

ivschat:DeleteRoom,
ivschat:UntagResource