AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A group of settings that are applied to the cluster in the future, or that are currently being applied.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.PendingModifiedValues

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.ElastiCache.dll
Version: 3.x.y.z

Syntax

C#
public class PendingModifiedValues

The PendingModifiedValues type exposes the following members

Constructors

NameDescription
Public Method PendingModifiedValues()

Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property AuthTokenStatus Amazon.ElastiCache.AuthTokenUpdateStatus

Gets and sets the property AuthTokenStatus.

The auth token status

Public Property CacheNodeIdsToRemove System.Collections.Generic.List<System.String>

Gets and sets the property CacheNodeIdsToRemove.

A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

Public Property CacheNodeType System.String

Gets and sets the property CacheNodeType.

The cache node type that this cluster or replication group is scaled to.

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

The new cache engine version that the cluster runs.

Public Property LogDeliveryConfigurations System.Collections.Generic.List<Amazon.ElastiCache.Model.PendingLogDeliveryConfiguration>

Gets and sets the property LogDeliveryConfigurations.

The log delivery configurations being modified

Public Property NumCacheNodes System.Int32

Gets and sets the property NumCacheNodes.

The new number of cache nodes for the cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.

Public Property TransitEncryptionEnabled System.Boolean

Gets and sets the property TransitEncryptionEnabled.

A flag that enables in-transit encryption when set to true.

Public Property TransitEncryptionMode Amazon.ElastiCache.TransitEncryptionMode

Gets and sets the property TransitEncryptionMode.

A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5