Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ConfigurationStore : KotlinCustomResource

The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2020-06-01. Other available API versions: 2019-02-01-preview.

Link copied to clipboard
data class ConfigurationStoreArgs(val configStoreName: Output<String>? = null, val createMode: Output<CreateMode>? = null, val disableLocalAuth: Output<Boolean>? = null, val enablePurgeProtection: Output<Boolean>? = null, val encryption: Output<EncryptionPropertiesArgs>? = null, val identity: Output<ResourceIdentityArgs>? = null, val location: Output<String>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val softDeleteRetentionInDays: Output<Int>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ConfigurationStoreArgs>

The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2020-06-01. Other available API versions: 2019-02-01-preview.

Link copied to clipboard
Link copied to clipboard
class KeyValue : KotlinCustomResource

The key-value resource along with all resource properties. Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2020-07-01-preview.

Link copied to clipboard
data class KeyValueArgs(val configStoreName: Output<String>? = null, val contentType: Output<String>? = null, val keyValueName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val value: Output<String>? = null) : ConvertibleToJava<KeyValueArgs>

The key-value resource along with all resource properties. Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2020-07-01-preview.

Link copied to clipboard
Link copied to clipboard
object KeyValueMapper : ResourceMapper<KeyValue>
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

A private endpoint connection Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2020-06-01.

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

A private endpoint connection Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2020-06-01.

Link copied to clipboard
class Replica : KotlinCustomResource

The replica resource. Azure REST API version: 2023-03-01.

Link copied to clipboard
data class ReplicaArgs(val configStoreName: Output<String>? = null, val location: Output<String>? = null, val replicaName: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ReplicaArgs>

The replica resource. Azure REST API version: 2023-03-01.

Link copied to clipboard
Link copied to clipboard
object ReplicaMapper : ResourceMapper<Replica>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun keyValue(name: String, block: suspend KeyValueResourceBuilder.() -> Unit): KeyValue
Link copied to clipboard
fun replica(name: String): Replica
suspend fun replica(name: String, block: suspend ReplicaResourceBuilder.() -> Unit): Replica