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
constructor(endpoint: Output<String>? = null, id: Output<String>? = null, location: Output<String>, name: Output<String>)

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.

Link copied to clipboard
val name: Output<String>

Specifies the name of the replica.

Functions

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