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. API Version: 2020-06-01.

Link copied to clipboard
data class ConfigurationStoreArgs(val configStoreName: Output<String>? = 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 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. API Version: 2020-06-01.

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

The key-value resource along with all resource properties. API Version: 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. API Version: 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 API Version: 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 API Version: 2020-06-01.

Functions