room_tags
Expands all tag keys and values for rooms
in a region
Overview
Name | room_tags |
Type | Resource |
Description | Resource type definition for AWS::IVSChat::Room. |
Id | aws.ivschat.room_tags |
Fields
Name | Datatype | 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. |
name | string | The name of the room. The value does not need to be unique. |
logging_configuration_identifiers | array | Array of logging configuration identifiers attached to the room. |
maximum_message_length | integer | The maximum number of characters in a single message. |
maximum_message_rate_per_second | integer | The maximum number of messages per second that can be sent to the room. |
message_review_handler | object | Configuration information for optional review of messages. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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