All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.medialive.kotlin.outputs.ChannelDestinationMediaPackageSetting.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 6.66.3.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.medialive.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property channelId ID of the channel in MediaPackage that is the destination for this output group.
 */
public data class ChannelDestinationMediaPackageSetting(
    public val channelId: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.medialive.outputs.ChannelDestinationMediaPackageSetting): ChannelDestinationMediaPackageSetting = ChannelDestinationMediaPackageSetting(
            channelId = javaType.channelId(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy