Package-level declarations

Types

Link copied to clipboard
class Channel : KotlinCustomResource

Resource Type definition for AWS::IVS::Channel

Link copied to clipboard
data class ChannelArgs(val authorized: Output<Boolean>? = null, val containerFormat: Output<ChannelContainerFormat>? = null, val insecureIngest: Output<Boolean>? = null, val latencyMode: Output<ChannelLatencyMode>? = null, val multitrackInputConfiguration: Output<ChannelMultitrackInputConfigurationArgs>? = null, val name: Output<String>? = null, val preset: Output<ChannelPreset>? = null, val recordingConfigurationArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<ChannelType>? = null) : ConvertibleToJava<ChannelArgs>

Resource Type definition for AWS::IVS::Channel

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

Resource Type definition for AWS::IVS::EncoderConfiguration.

Link copied to clipboard
data class EncoderConfigurationArgs(val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val video: Output<VideoPropertiesArgs>? = null) : ConvertibleToJava<EncoderConfigurationArgs>

Resource Type definition for AWS::IVS::EncoderConfiguration.

Link copied to clipboard
Link copied to clipboard
class IngestConfiguration : KotlinCustomResource

Resource Type definition for AWS::IVS::IngestConfiguration

Link copied to clipboard
data class IngestConfigurationArgs(val ingestProtocol: Output<IngestConfigurationIngestProtocol>? = null, val insecureIngest: Output<Boolean>? = null, val name: Output<String>? = null, val stageArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val userId: Output<String>? = null) : ConvertibleToJava<IngestConfigurationArgs>

Resource Type definition for AWS::IVS::IngestConfiguration

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PlaybackKeyPair : KotlinCustomResource

Resource Type definition for AWS::IVS::PlaybackKeyPair

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

Resource Type definition for AWS::IVS::PlaybackKeyPair

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

Resource Type definition for AWS::IVS::PlaybackRestrictionPolicy.

Link copied to clipboard
data class PlaybackRestrictionPolicyArgs(val allowedCountries: Output<List<String>>? = null, val allowedOrigins: Output<List<String>>? = null, val enableStrictOriginEnforcement: Output<Boolean>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<PlaybackRestrictionPolicyArgs>

Resource Type definition for AWS::IVS::PlaybackRestrictionPolicy.

Link copied to clipboard
class PublicKey : KotlinCustomResource

Resource Type definition for AWS::IVS::PublicKey

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

Resource Type definition for AWS::IVS::PublicKey

Link copied to clipboard
Link copied to clipboard
object PublicKeyMapper : ResourceMapper<PublicKey>
Link copied to clipboard
Link copied to clipboard
class RecordingConfiguration : KotlinCustomResource

Resource Type definition for AWS::IVS::RecordingConfiguration

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

Resource Type definition for AWS::IVS::RecordingConfiguration

Link copied to clipboard
Link copied to clipboard
class Stage : KotlinCustomResource

Resource Definition for type AWS::IVS::Stage.

Link copied to clipboard
data class StageArgs(val autoParticipantRecordingConfiguration: Output<StageAutoParticipantRecordingConfigurationArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<StageArgs>

Resource Definition for type AWS::IVS::Stage.

Link copied to clipboard

Builder for StageArgs.

Link copied to clipboard
object StageMapper : ResourceMapper<Stage>
Link copied to clipboard

Builder for Stage.

Link copied to clipboard
class StorageConfiguration : KotlinCustomResource

Resource Type definition for AWS::IVS::StorageConfiguration

Link copied to clipboard
data class StorageConfigurationArgs(val name: Output<String>? = null, val s3: Output<StorageConfigurationS3StorageConfigurationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<StorageConfigurationArgs>

Resource Type definition for AWS::IVS::StorageConfiguration

Link copied to clipboard
Link copied to clipboard
class StreamKey : KotlinCustomResource

Resource Type definition for AWS::IVS::StreamKey

Link copied to clipboard
data class StreamKeyArgs(val channelArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<StreamKeyArgs>

Resource Type definition for AWS::IVS::StreamKey

Link copied to clipboard
Link copied to clipboard
object StreamKeyMapper : ResourceMapper<StreamKey>
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
Link copied to clipboard
suspend fun publicKey(name: String, block: suspend PublicKeyResourceBuilder.() -> Unit): PublicKey
Link copied to clipboard
fun stage(name: String): Stage
suspend fun stage(name: String, block: suspend StageResourceBuilder.() -> Unit): Stage
Link copied to clipboard
suspend fun streamKey(name: String, block: suspend StreamKeyResourceBuilder.() -> Unit): StreamKey