Source Location Args Builder
Builder for SourceLocationArgs.
Functions
Link copied to clipboard
suspend fun accessConfiguration(argument: suspend SourceLocationAccessConfigurationArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun defaultSegmentDeliveryConfiguration(value: SourceLocationDefaultSegmentDeliveryConfigurationArgs?)
suspend fun defaultSegmentDeliveryConfiguration(value: Output<SourceLocationDefaultSegmentDeliveryConfigurationArgs>)
suspend fun defaultSegmentDeliveryConfiguration(argument: suspend SourceLocationDefaultSegmentDeliveryConfigurationArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun httpConfiguration(argument: suspend SourceLocationHttpConfigurationArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun segmentDeliveryConfigurations(value: Output<List<SourceLocationSegmentDeliveryConfigurationArgs>>)
suspend fun segmentDeliveryConfigurations(vararg values: SourceLocationSegmentDeliveryConfigurationArgs)
suspend fun segmentDeliveryConfigurations(vararg values: Output<SourceLocationSegmentDeliveryConfigurationArgs>)
suspend fun segmentDeliveryConfigurations(vararg argument: suspend SourceLocationSegmentDeliveryConfigurationArgsBuilder.() -> Unit)
suspend fun segmentDeliveryConfigurations(value: List<SourceLocationSegmentDeliveryConfigurationArgs>?)
suspend fun segmentDeliveryConfigurations(values: List<Output<SourceLocationSegmentDeliveryConfigurationArgs>>)
suspend fun segmentDeliveryConfigurations(argument: List<suspend SourceLocationSegmentDeliveryConfigurationArgsBuilder.() -> Unit>)
suspend fun segmentDeliveryConfigurations(argument: suspend SourceLocationSegmentDeliveryConfigurationArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard