streamConfigs

@JvmName(name = "hcosklypsatcuffn")
suspend fun streamConfigs(value: Output<List<FhirStoreStreamConfigArgs>>)
@JvmName(name = "rmairffynibawekr")
suspend fun streamConfigs(value: List<FhirStoreStreamConfigArgs>?)

Parameters

value

A list of streaming configs that configure the destinations of streaming export for every resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming configs. After a new config is added, the next resource mutation is streamed to the new location in addition to the existing ones. When a location is removed from the list, the server stops streaming to that location. Before adding a new config, you must add the required bigquery.dataEditor role to your project's Cloud Healthcare Service Agent service account. Some lag (typically on the order of dozens of seconds) is expected before the results show up in the streaming destination. Structure is documented below.


@JvmName(name = "itvblkvibmunbfrj")
suspend fun streamConfigs(vararg values: Output<FhirStoreStreamConfigArgs>)


@JvmName(name = "epjtqafhesxqiewr")
suspend fun streamConfigs(values: List<Output<FhirStoreStreamConfigArgs>>)
@JvmName(name = "xwplyxbbgaiqxmko")
suspend fun streamConfigs(vararg values: FhirStoreStreamConfigArgs)

Parameters

values

A list of streaming configs that configure the destinations of streaming export for every resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming configs. After a new config is added, the next resource mutation is streamed to the new location in addition to the existing ones. When a location is removed from the list, the server stops streaming to that location. Before adding a new config, you must add the required bigquery.dataEditor role to your project's Cloud Healthcare Service Agent service account. Some lag (typically on the order of dozens of seconds) is expected before the results show up in the streaming destination. Structure is documented below.


@JvmName(name = "rotrucqcpifcrcdp")
suspend fun streamConfigs(argument: List<suspend FhirStoreStreamConfigArgsBuilder.() -> Unit>)
@JvmName(name = "xcplvqtodagdanlf")
suspend fun streamConfigs(vararg argument: suspend FhirStoreStreamConfigArgsBuilder.() -> Unit)
@JvmName(name = "dmthynpkmtqwiwoq")
suspend fun streamConfigs(argument: suspend FhirStoreStreamConfigArgsBuilder.() -> Unit)

Parameters

argument

A list of streaming configs that configure the destinations of streaming export for every resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming configs. After a new config is added, the next resource mutation is streamed to the new location in addition to the existing ones. When a location is removed from the list, the server stops streaming to that location. Before adding a new config, you must add the required bigquery.dataEditor role to your project's Cloud Healthcare Service Agent service account. Some lag (typically on the order of dozens of seconds) is expected before the results show up in the streaming destination. Structure is documented below.