rooms_list_only
Lists rooms
in a region or regions, for all properties use rooms
Overview
Name | rooms_list_only |
Type | Resource |
Description | Resource type definition for AWS::IVSChat::Room. |
Id | aws.ivschat.rooms_list_only |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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