Endpoint Global Delivery Rule Args
data class EndpointGlobalDeliveryRuleArgs(val cacheExpirationAction: Output<EndpointGlobalDeliveryRuleCacheExpirationActionArgs>? = null, val cacheKeyQueryStringAction: Output<EndpointGlobalDeliveryRuleCacheKeyQueryStringActionArgs>? = null, val modifyRequestHeaderActions: Output<List<EndpointGlobalDeliveryRuleModifyRequestHeaderActionArgs>>? = null, val modifyResponseHeaderActions: Output<List<EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs>>? = null, val urlRedirectAction: Output<EndpointGlobalDeliveryRuleUrlRedirectActionArgs>? = null, val urlRewriteAction: Output<EndpointGlobalDeliveryRuleUrlRewriteActionArgs>? = null) : ConvertibleToJava<EndpointGlobalDeliveryRuleArgs>
Constructors
Link copied to clipboard
fun EndpointGlobalDeliveryRuleArgs(cacheExpirationAction: Output<EndpointGlobalDeliveryRuleCacheExpirationActionArgs>? = null, cacheKeyQueryStringAction: Output<EndpointGlobalDeliveryRuleCacheKeyQueryStringActionArgs>? = null, modifyRequestHeaderActions: Output<List<EndpointGlobalDeliveryRuleModifyRequestHeaderActionArgs>>? = null, modifyResponseHeaderActions: Output<List<EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs>>? = null, urlRedirectAction: Output<EndpointGlobalDeliveryRuleUrlRedirectActionArgs>? = null, urlRewriteAction: Output<EndpointGlobalDeliveryRuleUrlRewriteActionArgs>? = null)
Functions
Properties
Link copied to clipboard
val cacheKeyQueryStringAction: Output<EndpointGlobalDeliveryRuleCacheKeyQueryStringActionArgs>? = null
Link copied to clipboard
val modifyRequestHeaderActions: Output<List<EndpointGlobalDeliveryRuleModifyRequestHeaderActionArgs>>? = null
Link copied to clipboard
val modifyResponseHeaderActions: Output<List<EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs>>? = null