ConfigurationStoreArgs

constructor(configStoreName: Output<String>? = null, createMode: Output<CreateMode>? = null, disableLocalAuth: Output<Boolean>? = null, enablePurgeProtection: Output<Boolean>? = null, encryption: Output<EncryptionPropertiesArgs>? = null, identity: Output<ResourceIdentityArgs>? = null, location: Output<String>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuArgs>? = null, softDeleteRetentionInDays: Output<Int>? = null, tags: Output<Map<String, String>>? = null)