Get Source Location Result
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)
Properties
Link copied to clipboard
The access configuration for 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.