cors Policy
suspend fun corsPolicy(value: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyArgs>)
suspend fun corsPolicy(value: EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyArgs?)
Parameters
value
CORSPolicy defines Cross-Origin-Resource-Sharing configuration, including which CORS response headers will be set. Structure is documented below.
suspend fun corsPolicy(argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyArgsBuilder.() -> Unit)
Parameters
argument
CORSPolicy defines Cross-Origin-Resource-Sharing configuration, including which CORS response headers will be set. Structure is documented below.