Cors Configuration Args
data class CorsConfigurationArgs(val allowCredentials: Output<Boolean>? = null, val headers: Output<List<String>>? = null, val maxAge: Output<Int>? = null, val methods: Output<List<String>>? = null, val origins: Output<List<String>>? = null) : ConvertibleToJava<CorsConfigurationArgs>
The settings for the CORS configuration of the service instance.