FhirServiceArgs

data class FhirServiceArgs(val acrConfiguration: Output<FhirServiceAcrConfigurationArgs>? = null, val authenticationConfiguration: Output<FhirServiceAuthenticationConfigurationArgs>? = null, val corsConfiguration: Output<FhirServiceCorsConfigurationArgs>? = null, val encryption: Output<EncryptionArgs>? = null, val exportConfiguration: Output<FhirServiceExportConfigurationArgs>? = null, val fhirServiceName: Output<String>? = null, val identity: Output<ServiceManagedIdentityIdentityArgs>? = null, val implementationGuidesConfiguration: Output<ImplementationGuidesConfigurationArgs>? = null, val importConfiguration: Output<FhirServiceImportConfigurationArgs>? = null, val kind: Output<Either<String, FhirServiceKind>>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceVersionPolicyConfiguration: Output<ResourceVersionPolicyConfigurationArgs>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<FhirServiceArgs>

The description of Fhir Service Uses Azure REST API version 2024-03-31. In version 2.x of the Azure Native provider, it used API version 2023-02-28. Other available API versions: 2022-10-01-preview, 2022-12-01, 2023-02-28, 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native healthcareapis [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:healthcareapis:FhirService fhirservice1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}

Constructors

Link copied to clipboard
constructor(acrConfiguration: Output<FhirServiceAcrConfigurationArgs>? = null, authenticationConfiguration: Output<FhirServiceAuthenticationConfigurationArgs>? = null, corsConfiguration: Output<FhirServiceCorsConfigurationArgs>? = null, encryption: Output<EncryptionArgs>? = null, exportConfiguration: Output<FhirServiceExportConfigurationArgs>? = null, fhirServiceName: Output<String>? = null, identity: Output<ServiceManagedIdentityIdentityArgs>? = null, implementationGuidesConfiguration: Output<ImplementationGuidesConfigurationArgs>? = null, importConfiguration: Output<FhirServiceImportConfigurationArgs>? = null, kind: Output<Either<String, FhirServiceKind>>? = null, location: Output<String>? = null, resourceGroupName: Output<String>? = null, resourceVersionPolicyConfiguration: Output<ResourceVersionPolicyConfigurationArgs>? = null, tags: Output<Map<String, String>>? = null, workspaceName: Output<String>? = null)

Properties

Link copied to clipboard

Fhir Service Azure container registry configuration.

Link copied to clipboard

Fhir Service authentication configuration.

Link copied to clipboard

Fhir Service Cors configuration.

Link copied to clipboard
val encryption: Output<EncryptionArgs>? = null

The encryption settings of the FHIR service

Link copied to clipboard

Fhir Service export configuration.

Link copied to clipboard
val fhirServiceName: Output<String>? = null

The name of FHIR Service resource.

Link copied to clipboard

Setting indicating whether the service has a managed identity associated with it.

Link copied to clipboard

Implementation Guides configuration.

Link copied to clipboard

Fhir Service import configuration.

Link copied to clipboard
val kind: Output<Either<String, FhirServiceKind>>? = null

The kind of the service.

Link copied to clipboard
val location: Output<String>? = null

The resource location.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group that contains the service instance.

Link copied to clipboard

Determines tracking of history for resources.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Link copied to clipboard
val workspaceName: Output<String>? = null

The name of workspace resource.

Functions

Link copied to clipboard
open override fun toJava(): FhirServiceArgs