Fhir Service Cors Configuration Args
data class FhirServiceCorsConfigurationArgs(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<FhirServiceCorsConfigurationArgs>
The settings for the CORS configuration of the service instance.