ClusterScailabilityType

class aws_cdk.aws_rds.ClusterScailabilityType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

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

Deprecated:

Use ClusterScalabilityType instead. This will be removed in the next major version.

Stability:

deprecated

Attributes

LIMITLESS

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

See:

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/limitless.html

Stability:

deprecated

STANDARD

(deprecated) The cluster uses normal DB instance creation.

Stability:

deprecated