App Spec Ingress Rule Cors Allow Origins Args
data class AppSpecIngressRuleCorsAllowOriginsArgs(val exact: Output<String>? = null, val prefix: Output<String>? = null, val regex: Output<String>? = null) : ConvertibleToJava<AppSpecIngressRuleCorsAllowOriginsArgs>
Properties
Link copied to clipboard
The Access-Control-Allow-Origin
header will be set to the client's origin if the client’s origin matches the regex you provide, in RE2 style syntax.