Region Url Map Path Matcher Path Rule Route Action Cors Policy Args
data class RegionUrlMapPathMatcherPathRuleRouteActionCorsPolicyArgs(val allowCredentials: Output<Boolean>? = null, val allowHeaders: Output<List<String>>? = null, val allowMethods: Output<List<String>>? = null, val allowOriginRegexes: Output<List<String>>? = null, val allowOrigins: Output<List<String>>? = null, val disabled: Output<Boolean>, val exposeHeaders: Output<List<String>>? = null, val maxAge: Output<Int>? = null) : ConvertibleToJava<RegionUrlMapPathMatcherPathRuleRouteActionCorsPolicyArgs>
Constructors
Link copied to clipboard
fun RegionUrlMapPathMatcherPathRuleRouteActionCorsPolicyArgs(allowCredentials: Output<Boolean>? = null, allowHeaders: Output<List<String>>? = null, allowMethods: Output<List<String>>? = null, allowOriginRegexes: Output<List<String>>? = null, allowOrigins: Output<List<String>>? = null, disabled: Output<Boolean>, exposeHeaders: Output<List<String>>? = null, maxAge: Output<Int>? = null)