DeliveryRuleCacheKeyQueryStringActionArgs

data class DeliveryRuleCacheKeyQueryStringActionArgs(val name: Output<String>, val parameters: Output<CacheKeyQueryStringActionParametersArgs>) : ConvertibleToJava<DeliveryRuleCacheKeyQueryStringActionArgs>

Defines the cache-key query string action for the delivery rule.

Constructors

constructor(name: Output<String>, parameters: Output<CacheKeyQueryStringActionParametersArgs>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the action for the delivery rule. Expected value is 'CacheKeyQueryString'.

Link copied to clipboard

Defines the parameters for the action.

Functions

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