Cache Redis Configuration Args
data class CacheRedisConfigurationArgs(val aofBackupEnabled: Output<Boolean>? = null, val aofStorageConnectionString0: Output<String>? = null, val aofStorageConnectionString1: Output<String>? = null, val enableAuthentication: Output<Boolean>? = null, val maxclients: Output<Int>? = null, val maxfragmentationmemoryReserved: Output<Int>? = null, val maxmemoryDelta: Output<Int>? = null, val maxmemoryPolicy: Output<String>? = null, val maxmemoryReserved: Output<Int>? = null, val notifyKeyspaceEvents: Output<String>? = null, val rdbBackupEnabled: Output<Boolean>? = null, val rdbBackupFrequency: Output<Int>? = null, val rdbBackupMaxSnapshotCount: Output<Int>? = null, val rdbStorageConnectionString: Output<String>? = null) : ConvertibleToJava<CacheRedisConfigurationArgs>
Constructors
Link copied to clipboard
fun CacheRedisConfigurationArgs(aofBackupEnabled: Output<Boolean>? = null, aofStorageConnectionString0: Output<String>? = null, aofStorageConnectionString1: Output<String>? = null, enableAuthentication: Output<Boolean>? = null, maxclients: Output<Int>? = null, maxfragmentationmemoryReserved: Output<Int>? = null, maxmemoryDelta: Output<Int>? = null, maxmemoryPolicy: Output<String>? = null, maxmemoryReserved: Output<Int>? = null, notifyKeyspaceEvents: Output<String>? = null, rdbBackupEnabled: Output<Boolean>? = null, rdbBackupFrequency: Output<Int>? = null, rdbBackupMaxSnapshotCount: Output<Int>? = null, rdbStorageConnectionString: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Keyspace notifications allows clients to subscribe to Pub/Sub channels in order to receive events affecting the Redis data set in some way. Reference
Link copied to clipboard
The Connection String to the Storage Account. Only supported for Premium SKUs. In the format: DefaultEndpointsProtocol=https;BlobEndpoint=${azurerm_storage_account.example.primary_blob_endpoint};AccountName=${azurerm_storage_account.example.name};AccountKey=${azurerm_storage_account.example.primary_access_key}
.