Module: AWSCDK::RDS::ClusterScailabilityType Deprecated
- Defined in:
- rds/cluster_scailability_type.rb
Overview
Deprecated.
Use ClusterScalabilityType instead. This will be removed in the next major version.
The scalability mode of the Aurora DB cluster.
Constant Summary collapse
- STANDARD =
Deprecated.Note:
Default:
The cluster uses normal DB instance creation.
Jsii::Enum.new("aws-cdk-lib.aws_rds.ClusterScailabilityType", "STANDARD")
- LIMITLESS =
Deprecated.Note:
Default:
The cluster operates as an Aurora Limitless Database, allowing you to create a DB shard group for horizontal scaling (sharding) capabilities.
Jsii::Enum.new("aws-cdk-lib.aws_rds.ClusterScailabilityType", "LIMITLESS")