Room

class Room : KotlinCustomResource

Resource type definition for AWS::IVSChat::Room.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard
val id: Output<String>
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
Link copied to clipboard
val name: Output<String>?

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<RoomTag>>?

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

Link copied to clipboard
val urn: Output<String>