Rollout Policy Args
data class RolloutPolicyArgs(val defaultRolloutTime: Output<String>? = null, val locationRolloutPolicies: Output<Map<String, String>>? = null) : ConvertibleToJava<RolloutPolicyArgs>
A rollout policy configuration.
Properties
Link copied to clipboard
An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated.
Link copied to clipboard
Location based rollout policies to apply to the resource. Currently only zone names are supported and must be represented as valid URLs, like: zones/us-central1-a. The value expects an RFC3339 timestamp on or after which the update is considered rolled out to the specified location.