GetSourceLocationResult

data class GetSourceLocationResult(val accessConfiguration: SourceLocationAccessConfiguration? = null, val arn: String? = null, val defaultSegmentDeliveryConfiguration: SourceLocationDefaultSegmentDeliveryConfiguration? = null, val httpConfiguration: SourceLocationHttpConfiguration? = null, val segmentDeliveryConfigurations: List<SourceLocationSegmentDeliveryConfiguration>? = null, val tags: List<SourceLocationTag>? = null)

Constructors

Link copied to clipboard
fun GetSourceLocationResult(accessConfiguration: SourceLocationAccessConfiguration? = null, arn: String? = null, defaultSegmentDeliveryConfiguration: SourceLocationDefaultSegmentDeliveryConfiguration? = null, httpConfiguration: SourceLocationHttpConfiguration? = null, segmentDeliveryConfigurations: List<SourceLocationSegmentDeliveryConfiguration>? = null, tags: List<SourceLocationTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the source location.

Link copied to clipboard

A list of the segment delivery configurations associated with this resource.

Link copied to clipboard

The tags to assign to the source location.