room
Gets an individual room
resource
Overview
Name | room |
Type | Resource |
Description | room |
Id | awscc.ivschat.room |
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 | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
id,
name,
logging_configuration_identifiers,
maximum_message_length,
maximum_message_rate_per_second,
message_review_handler,
tags
FROM awscc.ivschat.room
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the room
resource, the following permissions are required:
Read
ivschat:GetRoom,
ivschat:ListTagsForResource
Update
ivschat:UpdateRoom,
ivschat:TagResource,
ivschat:UnTagResource,
ivschat:ListTagsForResource
Delete
ivschat:DeleteRoom,
ivschat:UntagResource