Configuration Store Args
constructor(dataPlaneProxyAuthenticationMode: Output<String>? = null, dataPlaneProxyPrivateLinkDelegationEnabled: Output<Boolean>? = null, encryption: Output<ConfigurationStoreEncryptionArgs>? = null, identity: Output<ConfigurationStoreIdentityArgs>? = null, localAuthEnabled: Output<Boolean>? = null, location: Output<String>? = null, name: Output<String>? = null, publicNetworkAccess: Output<String>? = null, purgeProtectionEnabled: Output<Boolean>? = null, replicas: Output<List<ConfigurationStoreReplicaArgs>>? = null, resourceGroupName: Output<String>? = null, sku: Output<String>? = null, softDeleteRetentionDays: Output<Int>? = null, tags: Output<Map<String, String>>? = null)