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<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)