Module: AWSCDK::RDS::DBClusterStorageType

Defined in:
rds/db_cluster_storage_type.rb

Overview

The storage type to be associated with the DB cluster.

Constant Summary collapse

AURORA =
Deprecated.
Note:

Default:

Storage type for Aurora DB standard clusters.

Jsii::Enum.new("aws-cdk-lib.aws_rds.DBClusterStorageType", "AURORA")
AURORA_IOPT1 =
Deprecated.
Note:

Default:

Storage type for Aurora DB I/O-Optimized clusters.

Jsii::Enum.new("aws-cdk-lib.aws_rds.DBClusterStorageType", "AURORA_IOPT1")