Package-level declarations

Types

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

The grafana resource type. API Version: 2022-05-01-preview.

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. API Version: 2022-05-01-preview.

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

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

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. API Version: 2022-05-01-preview.

Functions

Link copied to clipboard
fun grafana(name: String): Grafana
suspend fun grafana(name: String, block: suspend GrafanaResourceBuilder.() -> Unit): Grafana