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<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access configuration for the source location.

Link copied to clipboard
val arn: String? = null

The ARN of the source location.

Link copied to clipboard

The default segment delivery configuration.

Link copied to clipboard

The HTTP configuration for the source location.

Link copied to clipboard

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

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

The tags to assign to the source location.