Skip to main content

rooms

Retrieves a list of rooms in a region

Overview

Namerooms
TypeResource
Descriptionrooms
Idawscc.ivschat.rooms

Fields

NameDatatypeDescription
arnstringRoom ARN is automatically generated on creation and assigned as the unique identifier.
regionstringAWS 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