Package-level declarations

Types

data class AnalyticsConnectorDataLakeDataDestinationArgs(val dataLakeName: Output<String>, val name: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AnalyticsConnectorDataLakeDataDestinationArgs>

The Data Lake data destination for Analytics Connector.

data class AnalyticsConnectorFhirServiceDataSourceArgs(val kind: Output<Either<String, FhirServiceVersion>>, val type: Output<String>, val url: Output<String>) : ConvertibleToJava<AnalyticsConnectorFhirServiceDataSourceArgs>

The FHIR service data source for Analytics Connector.

data class AnalyticsConnectorFhirToParquetMappingArgs(val extensionSchemaReference: Output<String>? = null, val filterConfigurationReference: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AnalyticsConnectorFhirToParquetMappingArgs>

FHIR Service data mapping configuration for Analytics Connector.

Link copied to clipboard
data class CorsConfigurationArgs(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<CorsConfigurationArgs>

The settings for the CORS configuration of the service instance.

Link copied to clipboard
data class FhirServiceAccessPolicyEntryArgs(val objectId: Output<String>) : ConvertibleToJava<FhirServiceAccessPolicyEntryArgs>

An access policy entry.

Link copied to clipboard
data class FhirServiceAcrConfigurationArgs(val loginServers: Output<List<String>>? = null, val ociArtifacts: Output<List<ServiceOciArtifactEntryArgs>>? = null) : ConvertibleToJava<FhirServiceAcrConfigurationArgs>

Azure container registry configuration information

data class FhirServiceAuthenticationConfigurationArgs(val audience: Output<String>? = null, val authority: Output<String>? = null, val smartProxyEnabled: Output<Boolean>? = null) : ConvertibleToJava<FhirServiceAuthenticationConfigurationArgs>

Authentication configuration information

Link copied to clipboard
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.

Link copied to clipboard
data class FhirServiceExportConfigurationArgs(val storageAccountName: Output<String>? = null) : ConvertibleToJava<FhirServiceExportConfigurationArgs>

Export operation configuration information

Link copied to clipboard
data class FhirServiceImportConfigurationArgs(val enabled: Output<Boolean>? = null, val initialImportMode: Output<Boolean>? = null, val integrationDataStore: Output<String>? = null) : ConvertibleToJava<FhirServiceImportConfigurationArgs>

Import operation configuration information

Link copied to clipboard
data class GetAnalyticsConnectorPlainArgs(val analyticsConnectorName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetAnalyticsConnectorPlainArgs>
Link copied to clipboard
data class GetDicomServicePlainArgs(val dicomServiceName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetDicomServicePlainArgs>
Link copied to clipboard
data class GetFhirServicePlainArgs(val fhirServiceName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetFhirServicePlainArgs>
Link copied to clipboard
data class GetIotConnectorFhirDestinationPlainArgs(val fhirDestinationName: String, val iotConnectorName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetIotConnectorFhirDestinationPlainArgs>
Link copied to clipboard
data class GetIotConnectorPlainArgs(val iotConnectorName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetIotConnectorPlainArgs>
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
data class GetServicePlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetServicePlainArgs>
Link copied to clipboard
data class GetWorkspacePlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetWorkspacePlainArgs>
data class GetWorkspacePrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetWorkspacePrivateEndpointConnectionPlainArgs>
Link copied to clipboard
data class ImplementationGuidesConfigurationArgs(val usCoreMissingData: Output<Boolean>? = null) : ConvertibleToJava<ImplementationGuidesConfigurationArgs>

The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc.

data class IotEventHubIngestionEndpointConfigurationArgs(val consumerGroup: Output<String>? = null, val eventHubName: Output<String>? = null, val fullyQualifiedEventHubNamespace: Output<String>? = null) : ConvertibleToJava<IotEventHubIngestionEndpointConfigurationArgs>

Event Hub ingestion endpoint configuration

Link copied to clipboard
data class IotMappingPropertiesArgs(val content: Output<Any>? = null) : ConvertibleToJava<IotMappingPropertiesArgs>

The mapping content.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>) : ConvertibleToJava<PrivateEndpointConnectionArgs>

The Private Endpoint Connection resource.

Link copied to clipboard
data class PrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class ResourceVersionPolicyConfigurationArgs(val default: Output<Either<String, FhirResourceVersionPolicy>>? = null, val resourceTypeOverrides: Output<Map<String, Either<String, FhirResourceVersionPolicy>>>? = null) : ConvertibleToJava<ResourceVersionPolicyConfigurationArgs>

The settings for history tracking for FHIR resources.

Link copied to clipboard
data class ServiceAccessPolicyEntryArgs(val objectId: Output<String>) : ConvertibleToJava<ServiceAccessPolicyEntryArgs>

An access policy entry.

Link copied to clipboard
data class ServiceAcrConfigurationInfoArgs(val loginServers: Output<List<String>>? = null, val ociArtifacts: Output<List<ServiceOciArtifactEntryArgs>>? = null) : ConvertibleToJava<ServiceAcrConfigurationInfoArgs>

Azure container registry configuration information

data class ServiceAuthenticationConfigurationInfoArgs(val audience: Output<String>? = null, val authority: Output<String>? = null, val smartProxyEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceAuthenticationConfigurationInfoArgs>

Authentication configuration information

Link copied to clipboard
data class ServiceCorsConfigurationInfoArgs(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<ServiceCorsConfigurationInfoArgs>

The settings for the CORS configuration of the service instance.

Link copied to clipboard
data class ServiceCosmosDbConfigurationInfoArgs(val crossTenantCmkApplicationId: Output<String>? = null, val keyVaultKeyUri: Output<String>? = null, val offerThroughput: Output<Int>? = null) : ConvertibleToJava<ServiceCosmosDbConfigurationInfoArgs>

The settings for the Cosmos DB database backing the service.

Link copied to clipboard
data class ServiceExportConfigurationInfoArgs(val storageAccountName: Output<String>? = null) : ConvertibleToJava<ServiceExportConfigurationInfoArgs>

Export operation configuration information

Link copied to clipboard
data class ServiceImportConfigurationInfoArgs(val enabled: Output<Boolean>? = null, val initialImportMode: Output<Boolean>? = null, val integrationDataStore: Output<String>? = null) : ConvertibleToJava<ServiceImportConfigurationInfoArgs>

Import operation configuration information

Link copied to clipboard
data class ServiceManagedIdentityIdentityArgs(val type: Output<Either<String, ServiceManagedIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ServiceManagedIdentityIdentityArgs>

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

Link copied to clipboard
data class ServiceOciArtifactEntryArgs(val digest: Output<String>? = null, val imageName: Output<String>? = null, val loginServer: Output<String>? = null) : ConvertibleToJava<ServiceOciArtifactEntryArgs>

An Open Container Initiative (OCI) artifact.

Link copied to clipboard
data class ServicesPropertiesArgs(val accessPolicies: Output<List<ServiceAccessPolicyEntryArgs>>? = null, val acrConfiguration: Output<ServiceAcrConfigurationInfoArgs>? = null, val authenticationConfiguration: Output<ServiceAuthenticationConfigurationInfoArgs>? = null, val corsConfiguration: Output<ServiceCorsConfigurationInfoArgs>? = null, val cosmosDbConfiguration: Output<ServiceCosmosDbConfigurationInfoArgs>? = null, val exportConfiguration: Output<ServiceExportConfigurationInfoArgs>? = null, val importConfiguration: Output<ServiceImportConfigurationInfoArgs>? = null, val privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null) : ConvertibleToJava<ServicesPropertiesArgs>

The properties of a service instance.

Link copied to clipboard
data class ServicesResourceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>? = null) : ConvertibleToJava<ServicesResourceIdentityArgs>

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