GetChannelGroupResult

data class GetChannelGroupResult(val arn: String? = null, val createdAt: String? = null, val description: String? = null, val egressDomain: String? = null, val modifiedAt: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdAt: String? = null, description: String? = null, egressDomain: String? = null, modifiedAt: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val createdAt: String? = null

The date and time the channel group was created.

Link copied to clipboard
val description: String? = null

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

Link copied to clipboard
val egressDomain: String? = null

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

Link copied to clipboard
val modifiedAt: String? = null

The date and time the channel group was modified.

Link copied to clipboard
val tags: List<Tag>? = null

The tags associated with the channel group.