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