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.

This data type is used as a response element in the ModifyDBCluster operation and contains changes that will be applied during the next maintenance window.

Inheritance Hierarchy

System.Object
  Amazon.Neptune.Model.ClusterPendingModifiedValues

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

Syntax

C#
public class ClusterPendingModifiedValues

The ClusterPendingModifiedValues type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllocatedStorage System.Int32

Gets and sets the property AllocatedStorage.

The allocated storage size in gibibytes (GiB) for database engines. For Neptune, AllocatedStorage always returns 1, because Neptune DB cluster storage size isn't fixed, but instead automatically adjusts as needed.

Public Property BackupRetentionPeriod System.Int32

Gets and sets the property BackupRetentionPeriod.

The number of days for which automatic DB snapshots are retained.

Public Property DBClusterIdentifier System.String

Gets and sets the property DBClusterIdentifier.

The DBClusterIdentifier value for the DB cluster.

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

The database engine version.

Public Property IAMDatabaseAuthenticationEnabled System.Boolean

Gets and sets the property IAMDatabaseAuthenticationEnabled.

A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

Public Property Iops System.Int32

Gets and sets the property Iops.

The Provisioned IOPS (I/O operations per second) value. This setting is only for Multi-AZ DB clusters.

Public Property PendingCloudwatchLogsExports Amazon.Neptune.Model.PendingCloudwatchLogsExports

Gets and sets the property PendingCloudwatchLogsExports.

This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.

Public Property StorageType System.String

Gets and sets the property StorageType.

The pending change in storage type for the DB cluster.   Valid Values:

  • standard   –   ( the default ) Configures cost-effective database storage for applications with moderate to small I/O usage.

  • iopt1   –   Enables I/O-Optimized storage that's designed to meet the needs of I/O-intensive graph workloads that require predictable pricing with low I/O latency and consistent I/O throughput.

    Neptune I/O-Optimized storage is only available starting with engine release 1.3.0.0.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5