Get Replication Group Result
data class GetReplicationGroupResult(val arn: String, val authTokenEnabled: Boolean, val automaticFailoverEnabled: Boolean, val configurationEndpointAddress: String, val description: String, val id: String, val logDeliveryConfigurations: List<GetReplicationGroupLogDeliveryConfiguration>, val memberClusters: List<String>, val multiAzEnabled: Boolean, val nodeType: String, val numCacheClusters: Int, val numNodeGroups: Int, val numberCacheClusters: Int, val port: Int, val primaryEndpointAddress: String, val readerEndpointAddress: String, val replicasPerNodeGroup: Int, val replicationGroupDescription: String, val replicationGroupId: String, val snapshotRetentionLimit: Int, val snapshotWindow: String)
A collection of values returned by getReplicationGroup.
Constructors
Link copied to clipboard
fun GetReplicationGroupResult(arn: String, authTokenEnabled: Boolean, automaticFailoverEnabled: Boolean, configurationEndpointAddress: String, description: String, id: String, logDeliveryConfigurations: List<GetReplicationGroupLogDeliveryConfiguration>, memberClusters: List<String>, multiAzEnabled: Boolean, nodeType: String, numCacheClusters: Int, numNodeGroups: Int, numberCacheClusters: Int, port: Int, primaryEndpointAddress: String, readerEndpointAddress: String, replicasPerNodeGroup: Int, replicationGroupDescription: String, replicationGroupId: String, snapshotRetentionLimit: Int, snapshotWindow: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Redis SLOWLOG or Redis Engine Log delivery settings.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard