Edge Cache Service Routing Path Matcher Route Rule Route Action Args
data class EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionArgs(val cdnPolicy: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyArgs>? = null, val corsPolicy: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyArgs>? = null, val urlRewrite: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionUrlRewriteArgs>? = null) : ConvertibleToJava<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionArgs>
Constructors
Link copied to clipboard
constructor(cdnPolicy: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyArgs>? = null, corsPolicy: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyArgs>? = null, urlRewrite: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionUrlRewriteArgs>? = null)
Properties
Link copied to clipboard
The policy to use for defining caching and signed request behaviour for requests that match this route. Structure is documented below.
Link copied to clipboard
val corsPolicy: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyArgs>? = null
CORSPolicy defines Cross-Origin-Resource-Sharing configuration, including which CORS response headers will be set. Structure is documented below.
Link copied to clipboard
val urlRewrite: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionUrlRewriteArgs>? = null
The URL rewrite configuration for requests that match this route. Structure is documented below.