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. |
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