GetLiveSourceResult

data class GetLiveSourceResult(val arn: String? = null, val httpPackageConfigurations: List<LiveSourceHttpPackageConfiguration>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, httpPackageConfigurations: List<LiveSourceHttpPackageConfiguration>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the live source.

Link copied to clipboard

A list of HTTP package configuration parameters for this live source.

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

The tags to assign to the live source.