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

com.pulumi.awsnative.mediapackagev2.kotlin.outputs.GetChannelGroupResult.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.mediapackagev2.kotlin.outputs

import com.pulumi.awsnative.kotlin.outputs.Tag
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List

/**
 *
 * @property arn 

The Amazon Resource Name (ARN) associated with the resource.

* @property createdAt

The date and time the channel group was created.

* @property description

Enter any descriptive text that helps you to identify the channel group.

* @property egressDomain

The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.

* @property modifiedAt

The date and time the channel group was modified.

* @property tags The tags associated with the channel group. */ public data class GetChannelGroupResult( public val arn: String? = null, public val createdAt: String? = null, public val description: String? = null, public val egressDomain: String? = null, public val modifiedAt: String? = null, public val tags: List? = null, ) { public companion object { public fun toKotlin(javaType: com.pulumi.awsnative.mediapackagev2.outputs.GetChannelGroupResult): GetChannelGroupResult = GetChannelGroupResult( arn = javaType.arn().map({ args0 -> args0 }).orElse(null), createdAt = javaType.createdAt().map({ args0 -> args0 }).orElse(null), description = javaType.description().map({ args0 -> args0 }).orElse(null), egressDomain = javaType.egressDomain().map({ args0 -> args0 }).orElse(null), modifiedAt = javaType.modifiedAt().map({ args0 -> args0 }).orElse(null), tags = javaType.tags().map({ args0 -> args0.let({ args0 -> com.pulumi.awsnative.kotlin.outputs.Tag.Companion.toKotlin(args0) }) }), ) } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy