Skip to main content

room_tags

Expands all tag keys and values for rooms in a region

Overview

Nameroom_tags
TypeResource
DescriptionResource type definition for AWS::IVSChat::Room.
Idaws.ivschat.room_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all rooms in a region.

SELECT
region,
arn,
id,
name,
logging_configuration_identifiers,
maximum_message_length,
maximum_message_rate_per_second,
message_review_handler,
tag_key,
tag_value
FROM aws.ivschat.room_tags
WHERE region = 'us-east-1';

Permissions

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