Edge Cache Service Routing Path Matcher Route Rule Route Action Cors Policy Args
data class EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyArgs(val allowCredentials: Output<Boolean>? = null, val allowHeaders: Output<List<String>>? = null, val allowMethods: Output<List<String>>? = null, val allowOrigins: Output<List<String>>? = null, val disabled: Output<Boolean>? = null, val exposeHeaders: Output<List<String>>? = null, val maxAge: Output<String>) : ConvertibleToJava<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicyArgs>
Properties
Link copied to clipboard
In response to a preflight request, setting this to true indicates that the actual request can include user credentials. This translates to the Access-Control-Allow-Credentials response header.
Link copied to clipboard
Specifies the content for the Access-Control-Allow-Headers response header.
Link copied to clipboard
Specifies the content for the Access-Control-Allow-Methods response header.
Link copied to clipboard
Specifies the list of origins that will be allowed to do CORS requests. This translates to the Access-Control-Allow-Origin response header.
Link copied to clipboard
Specifies the content for the Access-Control-Allow-Headers response header.