Show / Hide Table of Contents

Enum ClusterScailabilityType

(deprecated) The scalability mode of the Aurora DB cluster.

Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
[Obsolete("Use ClusterScalabilityType instead. This will be removed in the next major version.")]
public enum ClusterScailabilityType
Syntax (vb)
<Obsolete("Use ClusterScalabilityType instead. This will be removed in the next major version.")>
Public Enum ClusterScailabilityType
Remarks

Stability: Deprecated

Synopsis

Fields

LIMITLESS

(deprecated) The cluster operates as an Aurora Limitless Database, allowing you to create a DB shard group for horizontal scaling (sharding) capabilities.

STANDARD

(deprecated) The cluster uses normal DB instance creation.

Fields

Name Description
LIMITLESS

(deprecated) The cluster operates as an Aurora Limitless Database, allowing you to create a DB shard group for horizontal scaling (sharding) capabilities.

STANDARD

(deprecated) The cluster uses normal DB instance creation.

Back to top Generated by DocFX