Spring Cloud Gateway Cors Args
constructor(allowedHeaders: Output<List<String>>? = null, allowedMethods: Output<List<String>>? = null, allowedOriginPatterns: Output<List<String>>? = null, allowedOrigins: Output<List<String>>? = null, credentialsAllowed: Output<Boolean>? = null, exposedHeaders: Output<List<String>>? = null, maxAgeSeconds: Output<Int>? = null)