Package-level declarations

Types

Link copied to clipboard
class DicomService : KotlinCustomResource

The description of Dicom Service API Version: 2022-05-15.

Link copied to clipboard
data class DicomServiceArgs(val corsConfiguration: Output<CorsConfigurationArgs>? = null, val dicomServiceName: Output<String>? = null, val identity: Output<ServiceManagedIdentityIdentityArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<DicomServiceArgs>

The description of Dicom Service API Version: 2022-05-15.

Link copied to clipboard
Link copied to clipboard
object DicomServiceMapper : ResourceMapper<DicomService>
Link copied to clipboard
Link copied to clipboard
class FhirService : KotlinCustomResource

The description of Fhir Service API Version: 2022-05-15.

Link copied to clipboard
data class FhirServiceArgs(val accessPolicies: Output<List<FhirServiceAccessPolicyEntryArgs>>? = null, val acrConfiguration: Output<FhirServiceAcrConfigurationArgs>? = null, val authenticationConfiguration: Output<FhirServiceAuthenticationConfigurationArgs>? = null, val corsConfiguration: Output<FhirServiceCorsConfigurationArgs>? = null, val exportConfiguration: Output<FhirServiceExportConfigurationArgs>? = null, val fhirServiceName: Output<String>? = null, val identity: Output<ServiceManagedIdentityIdentityArgs>? = 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 API Version: 2022-05-15.

Link copied to clipboard
Link copied to clipboard
object FhirServiceMapper : ResourceMapper<FhirService>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class IotConnector : KotlinCustomResource

IoT Connector definition. API Version: 2022-05-15.

Link copied to clipboard
data class IotConnectorArgs(val deviceMapping: Output<IotMappingPropertiesArgs>? = null, val identity: Output<ServiceManagedIdentityIdentityArgs>? = null, val ingestionEndpointConfiguration: Output<IotEventHubIngestionEndpointConfigurationArgs>? = null, val iotConnectorName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<IotConnectorArgs>

IoT Connector definition. API Version: 2022-05-15.

Link copied to clipboard
Link copied to clipboard
class IotConnectorFhirDestination : KotlinCustomResource

IoT Connector FHIR destination definition. API Version: 2022-05-15.

Link copied to clipboard
data class IotConnectorFhirDestinationArgs(val fhirDestinationName: Output<String>? = null, val fhirMapping: Output<IotMappingPropertiesArgs>? = null, val fhirServiceResourceId: Output<String>? = null, val iotConnectorName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceIdentityResolutionType: Output<Either<String, IotIdentityResolutionType>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<IotConnectorFhirDestinationArgs>

IoT Connector FHIR destination definition. API Version: 2022-05-15.

Link copied to clipboard
object IotConnectorMapper : ResourceMapper<IotConnector>
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

The Private Endpoint Connection resource. API Version: 2022-05-15.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val privateEndpointConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

The Private Endpoint Connection resource. API Version: 2022-05-15.

Link copied to clipboard
class Service : KotlinCustomResource

The description of the service. API Version: 2022-05-15.

Link copied to clipboard
data class ServiceArgs(val identity: Output<ServicesResourceIdentityArgs>? = null, val kind: Output<Kind>? = null, val location: Output<String>? = null, val properties: Output<ServicesPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ServiceArgs>

The description of the service. API Version: 2022-05-15.

Link copied to clipboard
Link copied to clipboard
object ServiceMapper : ResourceMapper<Service>
Link copied to clipboard
Link copied to clipboard
class Workspace : KotlinCustomResource

Workspace resource. API Version: 2022-05-15.

Link copied to clipboard
data class WorkspaceArgs(val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<WorkspaceArgs>

Workspace resource. API Version: 2022-05-15.

Link copied to clipboard
Link copied to clipboard
object WorkspaceMapper : ResourceMapper<Workspace>
Link copied to clipboard
class WorkspacePrivateEndpointConnection : KotlinCustomResource

The Private Endpoint Connection resource. API Version: 2022-05-15.

Link copied to clipboard
data class WorkspacePrivateEndpointConnectionArgs(val privateEndpointConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<WorkspacePrivateEndpointConnectionArgs>

The Private Endpoint Connection resource. API Version: 2022-05-15.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun fhirService(name: String, block: suspend FhirServiceResourceBuilder.() -> Unit): FhirService
Link copied to clipboard
Link copied to clipboard
fun service(name: String): Service
suspend fun service(name: String, block: suspend ServiceResourceBuilder.() -> Unit): Service
Link copied to clipboard
suspend fun workspace(name: String, block: suspend WorkspaceResourceBuilder.() -> Unit): Workspace