Package-level declarations

Types

Link copied to clipboard
class Channel : KotlinCustomResource

Resource for managing an AWS IVS (Interactive Video) Channel.

Link copied to clipboard
data class ChannelArgs(val authorized: Output<Boolean>? = null, val latencyMode: Output<String>? = null, val name: Output<String>? = null, val recordingConfigurationArn: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<ChannelArgs>

Resource for managing an AWS IVS (Interactive Video) Channel.

Link copied to clipboard
Link copied to clipboard
object ChannelMapper : ResourceMapper<Channel>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PlaybackKeyPair : KotlinCustomResource

Resource for managing an AWS IVS (Interactive Video) Playback Key Pair.

Link copied to clipboard
data class PlaybackKeyPairArgs(val name: Output<String>? = null, val publicKey: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PlaybackKeyPairArgs>

Resource for managing an AWS IVS (Interactive Video) Playback Key Pair.

Link copied to clipboard
object PlaybackKeyPairMapper : ResourceMapper<PlaybackKeyPair>
Link copied to clipboard
class RecordingConfiguration : KotlinCustomResource

Resource for managing an AWS IVS (Interactive Video) Recording Configuration.

Link copied to clipboard
data class RecordingConfigurationArgs(val destinationConfiguration: Output<RecordingConfigurationDestinationConfigurationArgs>? = null, val name: Output<String>? = null, val recordingReconnectWindowSeconds: Output<Int>? = null, val tags: Output<Map<String, String>>? = null, val thumbnailConfiguration: Output<RecordingConfigurationThumbnailConfigurationArgs>? = null) : ConvertibleToJava<RecordingConfigurationArgs>

Resource for managing an AWS IVS (Interactive Video) Recording Configuration.

Link copied to clipboard

Functions

Link copied to clipboard
fun channel(name: String): Channel
suspend fun channel(name: String, block: suspend ChannelResourceBuilder.() -> Unit): Channel
Link copied to clipboard