Deep Created Origin Group Args
data class DeepCreatedOriginGroupArgs(val healthProbeSettings: Output<HealthProbeParametersArgs>? = null, val name: Output<String>, val origins: Output<List<ResourceReferenceArgs>>, val responseBasedOriginErrorDetectionSettings: Output<ResponseBasedOriginErrorDetectionParametersArgs>? = null, val trafficRestorationTimeToHealedOrNewEndpointsInMinutes: Output<Int>? = null) : ConvertibleToJava<DeepCreatedOriginGroupArgs>
The origin group for CDN content which is added when creating a CDN endpoint. Traffic is sent to the origins within the origin group based on origin health.
Constructors
Link copied to clipboard
constructor(healthProbeSettings: Output<HealthProbeParametersArgs>? = null, name: Output<String>, origins: Output<List<ResourceReferenceArgs>>, responseBasedOriginErrorDetectionSettings: Output<ResponseBasedOriginErrorDetectionParametersArgs>? = null, trafficRestorationTimeToHealedOrNewEndpointsInMinutes: Output<Int>? = null)
Properties
Link copied to clipboard
Health probe settings to the origin that is used to determine the health of the origin.
Link copied to clipboard
The source of the content being delivered via CDN within given origin group.
Link copied to clipboard
val responseBasedOriginErrorDetectionSettings: Output<ResponseBasedOriginErrorDetectionParametersArgs>? = null
The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported.
Link copied to clipboard
Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported.