Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Grafana : KotlinCustomResource

The grafana resource type. Uses Azure REST API version 2022-08-01. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview. Other available API versions: 2021-09-01-preview, 2022-10-01-preview, 2023-09-01, 2023-10-01-preview, 2024-10-01.

Link copied to clipboard
data class GrafanaArgs(val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val properties: Output<ManagedGrafanaPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<ResourceSkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<GrafanaArgs>

The grafana resource type. Uses Azure REST API version 2022-08-01. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview. Other available API versions: 2021-09-01-preview, 2022-10-01-preview, 2023-09-01, 2023-10-01-preview, 2024-10-01.

Link copied to clipboard
Link copied to clipboard
object GrafanaMapper : ResourceMapper<Grafana>
Link copied to clipboard
Link copied to clipboard
class IntegrationFabric : KotlinCustomResource

The integration fabric resource type. Uses Azure REST API version 2023-10-01-preview. Other available API versions: 2024-10-01.

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

The integration fabric resource type. Uses Azure REST API version 2023-10-01-preview. Other available API versions: 2024-10-01.

Link copied to clipboard
object IntegrationFabricMapper : ResourceMapper<IntegrationFabric>
Link copied to clipboard
class ManagedPrivateEndpoint : KotlinCustomResource

The managed private endpoint resource type. Uses Azure REST API version 2022-10-01-preview. Other available API versions: 2023-09-01, 2023-10-01-preview, 2024-10-01.

Link copied to clipboard
data class ManagedPrivateEndpointArgs(val groupIds: Output<List<String>>? = null, val location: Output<String>? = null, val managedPrivateEndpointName: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val privateLinkResourceRegion: Output<String>? = null, val privateLinkServiceUrl: Output<String>? = null, val requestMessage: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<ManagedPrivateEndpointArgs>

The managed private endpoint resource type. Uses Azure REST API version 2022-10-01-preview. Other available API versions: 2023-09-01, 2023-10-01-preview, 2024-10-01.

Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

The Private Endpoint Connection resource. Uses Azure REST API version 2022-08-01. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview. Other available API versions: 2022-10-01-preview, 2023-09-01, 2023-10-01-preview, 2024-10-01.

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

The Private Endpoint Connection resource. Uses Azure REST API version 2022-08-01. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview. Other available API versions: 2022-10-01-preview, 2023-09-01, 2023-10-01-preview, 2024-10-01.

Functions