GetRoomResult

data class GetRoomResult(val arn: String? = null, val id: String? = null, val loggingConfigurationIdentifiers: List<String>? = null, val maximumMessageLength: Int? = null, val maximumMessageRatePerSecond: Int? = null, val messageReviewHandler: RoomMessageReviewHandler? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, loggingConfigurationIdentifiers: List<String>? = null, maximumMessageLength: Int? = null, maximumMessageRatePerSecond: Int? = null, messageReviewHandler: RoomMessageReviewHandler? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Room ARN is automatically generated on creation and assigned as the unique identifier.

Link copied to clipboard
val id: String? = null

The system-generated ID of the room.

Link copied to clipboard

Array of logging configuration identifiers attached to the room.

Link copied to clipboard

The maximum number of characters in a single message.

Link copied to clipboard

The maximum number of messages per second that can be sent to the room.

Link copied to clipboard

Configuration information for optional review of messages.

Link copied to clipboard
val name: String? = null

The name of the room. The value does not need to be unique.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.