Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class LoggingConfiguration : KotlinCustomResource

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

Link copied to clipboard
data class LoggingConfigurationArgs(val destinationConfiguration: Output<LoggingConfigurationDestinationConfigurationArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LoggingConfigurationArgs>

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

Link copied to clipboard
Link copied to clipboard
class Room : KotlinCustomResource

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

Link copied to clipboard
data class RoomArgs(val loggingConfigurationIdentifiers: Output<List<String>>? = null, val maximumMessageLength: Output<Int>? = null, val maximumMessageRatePerSecond: Output<Int>? = null, val messageReviewHandler: Output<RoomMessageReviewHandlerArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<RoomArgs>

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

Link copied to clipboard

Builder for RoomArgs.

Link copied to clipboard
object RoomMapper : ResourceMapper<Room>
Link copied to clipboard

Builder for Room.

Functions

Link copied to clipboard
fun room(name: String): Room
suspend fun room(name: String, block: suspend RoomResourceBuilder.() -> Unit): Room