GatewayCorsPropertiesArgs

constructor(allowCredentials: Output<Boolean>? = null, allowedHeaders: Output<List<String>>? = null, allowedMethods: Output<List<String>>? = null, allowedOriginPatterns: Output<List<String>>? = null, allowedOrigins: Output<List<String>>? = null, exposedHeaders: Output<List<String>>? = null, maxAge: Output<Int>? = null)