getFhirService

Use this data source to access information about an existing Healthcare FHIR Service(Fast Healthcare Interoperability Resources).

Return

A collection of values returned by getFhirService.

Parameters

argument

A collection of arguments for invoking getFhirService.


suspend fun getFhirService(name: String, tags: Map<String, String>? = null, workspaceId: String): GetFhirServiceResult

Return

A collection of values returned by getFhirService.

Parameters

name

The name of the Healthcare FHIR Service.

tags

The map of tags assigned to the Healthcare FHIR Service.

workspaceId

The id of the Healthcare Workspace in which the Healthcare FHIR Service exists.

See also


Return

A collection of values returned by getFhirService.

Parameters

argument

Builder for com.pulumi.azure.healthcare.kotlin.inputs.GetFhirServicePlainArgs.

See also