Class GetReplicationGroupResult
Inheritance
Inherited Members
Namespace: Pulumi.Aws.ElastiCache
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetReplicationGroupResult
Fields
View SourceAuthTokenEnabled
A flag that enables using an AuthToken (password) when issuing Redis commands.
Declaration
public readonly bool AuthTokenEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
AutomaticFailoverEnabled
A flag whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails.
Declaration
public readonly bool AutomaticFailoverEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
ConfigurationEndpointAddress
The configuration endpoint address to allow host discovery.
Declaration
public readonly string ConfigurationEndpointAddress
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
MemberClusters
The identifiers of all the nodes that are part of this replication group.
Declaration
public readonly ImmutableArray<string> MemberClusters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NodeType
The cluster node type.
Declaration
public readonly string NodeType
Field Value
| Type | Description |
|---|---|
| System.String |
NumberCacheClusters
The number of cache clusters that the replication group has.
Declaration
public readonly int NumberCacheClusters
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Port
The port number on which the configuration endpoint will accept connections.
Declaration
public readonly int Port
Field Value
| Type | Description |
|---|---|
| System.Int32 |
PrimaryEndpointAddress
The endpoint of the primary node in this node group (shard).
Declaration
public readonly string PrimaryEndpointAddress
Field Value
| Type | Description |
|---|---|
| System.String |
ReplicationGroupDescription
The description of the replication group.
Declaration
public readonly string ReplicationGroupDescription
Field Value
| Type | Description |
|---|---|
| System.String |
ReplicationGroupId
The identifier for the replication group.
Declaration
public readonly string ReplicationGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
SnapshotRetentionLimit
The number of days for which ElastiCache retains automatic cache cluster snapshots before deleting them.
Declaration
public readonly int SnapshotRetentionLimit
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SnapshotWindow
The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).
Declaration
public readonly string SnapshotWindow
Field Value
| Type | Description |
|---|---|
| System.String |