
com.pulumi.aws.medialive.kotlin.outputs.ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.medialive.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property destinationRefId Reference ID for the destination.
*/
public data class
ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination(
public val destinationRefId: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.medialive.outputs.ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination): ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination =
ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestination(
destinationRefId = javaType.destinationRefId(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy