EndpointDeliveryRuleCacheExpirationActionArgs

data class EndpointDeliveryRuleCacheExpirationActionArgs(val behavior: Output<String>, val duration: Output<String>? = null) : ConvertibleToJava<EndpointDeliveryRuleCacheExpirationActionArgs>

Constructors

constructor(behavior: Output<String>, duration: Output<String>? = null)

Properties

Link copied to clipboard
val behavior: Output<String>

The behavior of the cache. Valid values are BypassCache, Override and SetIfMissing.

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

Duration of the cache. Only allowed when behavior is set to Override or SetIfMissing. Format: [d&#46;]hh:mm:ss

Functions

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