ConfigurationStoreReplicaArgs

data class ConfigurationStoreReplicaArgs(val endpoint: Output<String>? = null, val id: Output<String>? = null, val location: Output<String>, val name: Output<String>) : ConvertibleToJava<ConfigurationStoreReplicaArgs>

Constructors

Link copied to clipboard
fun ConfigurationStoreReplicaArgs(endpoint: Output<String>? = null, id: Output<String>? = null, location: Output<String>, name: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): ConfigurationStoreReplicaArgs

Properties

Link copied to clipboard
val endpoint: Output<String>? = null

The URL of the App Configuration Replica.

Link copied to clipboard
val id: Output<String>? = null

The ID of the Access Key.

Link copied to clipboard
val location: Output<String>

Specifies the supported Azure location where the replica exists. Changing this forces a new replica to be created.

Link copied to clipboard
val name: Output<String>

Specifies the name of the replica. Changing this forces a new replica to be created.