Skip to main content

rooms_list_only

Lists rooms in a region or regions, for all properties use rooms

Overview

Namerooms_list_only
TypeResource
DescriptionResource type definition for AWS::IVSChat::Room.
Idaws.ivschat.rooms_list_only

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_handlerobjectConfiguration information for optional review of messages.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all rooms in a region.

SELECT
region,
arn
FROM aws.ivschat.rooms_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the rooms_list_only resource, see rooms