QueueingPolicyArgs

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
val validAfterDuration: Output<String>? = null

A relative time after which resources may be created.

Link copied to clipboard
val validAfterTime: Output<String>? = null

An absolute time at which resources may be created.

Link copied to clipboard
val validInterval: Output<IntervalArgs>? = null

An absolute time interval within which resources may be created.

Link copied to clipboard
val validUntilDuration: Output<String>? = null

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
val validUntilTime: Output<String>? = null

An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.

Functions

Link copied to clipboard
open override fun toJava(): QueueingPolicyArgs