Show / Hide Table of Contents

Class GetReplicationGroupResult

Inheritance
System.Object
GetReplicationGroupResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElastiCache
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetReplicationGroupResult

Fields

View Source

AuthTokenEnabled

A flag that enables using an AuthToken (password) when issuing Redis commands.

Declaration
public readonly bool AuthTokenEnabled
Field Value
Type Description
System.Boolean
View Source

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
View Source

ConfigurationEndpointAddress

The configuration endpoint address to allow host discovery.

Declaration
public readonly string ConfigurationEndpointAddress
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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>
View Source

NodeType

The cluster node type.

Declaration
public readonly string NodeType
Field Value
Type Description
System.String
View Source

NumberCacheClusters

The number of cache clusters that the replication group has.

Declaration
public readonly int NumberCacheClusters
Field Value
Type Description
System.Int32
View Source

Port

The port number on which the configuration endpoint will accept connections.

Declaration
public readonly int Port
Field Value
Type Description
System.Int32
View Source

PrimaryEndpointAddress

The endpoint of the primary node in this node group (shard).

Declaration
public readonly string PrimaryEndpointAddress
Field Value
Type Description
System.String
View Source

ReplicationGroupDescription

The description of the replication group.

Declaration
public readonly string ReplicationGroupDescription
Field Value
Type Description
System.String
View Source

ReplicationGroupId

The identifier for the replication group.

Declaration
public readonly string ReplicationGroupId
Field Value
Type Description
System.String
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.