This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_ivschat_room

account_id

Type: STRING

arn

Type: STRING
Provider name: arn
Description: Room ARN, from the request (if identifier was an ARN).

create_time

Type: TIMESTAMP
Provider name: createTime
Description: Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.

id

Type: STRING
Provider name: id
Description: Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.

logging_configuration_identifiers

Type: UNORDERED_LIST_STRING
Provider name: loggingConfigurationIdentifiers
Description: Array of logging configurations attached to the room.

maximum_message_length

Type: INT32
Provider name: maximumMessageLength
Description: Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.

maximum_message_rate_per_second

Type: INT32
Provider name: maximumMessageRatePerSecond
Description: Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.

message_review_handler

Type: STRUCT
Provider name: messageReviewHandler
Description: Configuration information for optional review of messages.

  • fallback_result
    Type: STRING
    Provider name: fallbackResult
    Description: Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out. (For the timeout period, see Service Quotas.) If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user. Default: ALLOW.
  • uri
    Type: STRING
    Provider name: uri
    Description: Identifier of the message review handler. Currently this must be an ARN of a lambda function.

name

Type: STRING
Provider name: name
Description: Room name. The value does not need to be unique.

tags

Type: UNORDERED_LIST_STRING

update_time

Type: TIMESTAMP
Provider name: updateTime
Description: Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.