RoomSummary
Summary information about a room.
Contents
- arn
-
Room ARN.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
arn:aws:ivschat:[a-z0-9-]+:[0-9]+:room/[a-zA-Z0-9-]+
Required: No
- createTime
-
Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
Type: Timestamp
Required: No
- id
-
Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
[a-zA-Z0-9]+
Required: No
- loggingConfigurationIdentifiers
-
List of logging-configuration identifiers attached to the room.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 3 items.
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
arn:aws:ivschat:[a-z0-9-]+:[0-9]+:logging-configuration/[a-zA-Z0-9-]+
Required: No
- messageReviewHandler
-
Configuration information for optional review of messages.
Type: MessageReviewHandler object
Required: No
- name
-
Room name. The value does not need to be unique.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 128.
Pattern:
[a-zA-Z0-9-_]*
Required: No
-
Tags attached to the resource. Array of maps, each of the form
string:string (key:value)
. See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Required: No
- updateTime
-
Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: