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<RoomTag>? = null)

Constructors

Link copied to clipboard
fun GetRoomResult(arn: String? = null, id: String? = null, loggingConfigurationIdentifiers: List<String>? = null, maximumMessageLength: Int? = null, maximumMessageRatePerSecond: Int? = null, messageReviewHandler: RoomMessageReviewHandler? = null, name: String? = null, tags: List<RoomTag>? = 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
val name: String? = null

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

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

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