rooms
Retrieves a list of rooms
in a region
Overview
Name | rooms |
Type | Resource |
Description | rooms |
Id | awscc.ivschat.rooms |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Room ARN is automatically generated on creation and assigned as the unique identifier. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.ivschat.rooms
WHERE region = 'us-east-1'
Permissions
To operate on the rooms
resource, the following permissions are required:
Create
ivschat:CreateRoom,
ivschat:TagResource
List
ivschat:ListRooms,
ivschat:ListTagsForResource