App Ingress Traffic Weight Args
data class AppIngressTrafficWeightArgs(val label: Output<String>? = null, val latestRevision: Output<Boolean>? = null, val percentage: Output<Int>, val revisionSuffix: Output<String>? = null) : ConvertibleToJava<AppIngressTrafficWeightArgs>
Properties
Link copied to clipboard
This traffic Weight applies to the latest stable Container Revision. At most only one traffic_weight
block can have the latest_revision
set to true
.
Link copied to clipboard
The percentage of traffic which should be sent this revision.
Link copied to clipboard
The suffix string to which this traffic_weight
applies.