segment Delivery Configurations
suspend fun segmentDeliveryConfigurations(value: Output<List<SourceLocationSegmentDeliveryConfigurationArgs>>)
suspend fun segmentDeliveryConfigurations(value: List<SourceLocationSegmentDeliveryConfigurationArgs>?)
Parameters
value
A list of the segment delivery configurations associated with this resource.
suspend fun segmentDeliveryConfigurations(vararg values: Output<SourceLocationSegmentDeliveryConfigurationArgs>)
suspend fun segmentDeliveryConfigurations(values: List<Output<SourceLocationSegmentDeliveryConfigurationArgs>>)
suspend fun segmentDeliveryConfigurations(vararg values: SourceLocationSegmentDeliveryConfigurationArgs)
Parameters
values
A list of the segment delivery configurations associated with this resource.
suspend fun segmentDeliveryConfigurations(argument: List<suspend SourceLocationSegmentDeliveryConfigurationArgsBuilder.() -> Unit>)
suspend fun segmentDeliveryConfigurations(vararg argument: suspend SourceLocationSegmentDeliveryConfigurationArgsBuilder.() -> Unit)
suspend fun segmentDeliveryConfigurations(argument: suspend SourceLocationSegmentDeliveryConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A list of the segment delivery configurations associated with this resource.