Queueing Policy Args
data class QueueingPolicyArgs(val validAfterDuration: Output<String>? = null, val validAfterTime: Output<String>? = null, val validInterval: Output<IntervalArgs>? = null, val validUntilDuration: Output<String>? = null, val validUntilTime: Output<String>? = null) : ConvertibleToJava<QueueingPolicyArgs>
Defines the policy of the QueuedRequest.
Constructors
Link copied to clipboard
constructor(validAfterDuration: Output<String>? = null, validAfterTime: Output<String>? = null, validInterval: Output<IntervalArgs>? = null, validUntilDuration: Output<String>? = null, validUntilTime: Output<String>? = null)
Properties
Link copied to clipboard
A relative time after which resources may be created.
Link copied to clipboard
An absolute time at which resources may be created.
Link copied to clipboard
An absolute time interval within which resources may be created.
Link copied to clipboard
A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
Link copied to clipboard
An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.