@awboost/cfntypes 0.100.227 → 0.100.228
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -162483,10 +162483,10 @@ export type RDSDBSecurityGroupIngressAttributes = {
|
|
162483
162483
|
*/
|
162484
162484
|
export type RDSDBShardGroupProps = {
|
162485
162485
|
/**
|
162486
|
-
* Specifies whether to create standby DB shard
|
162487
|
-
+ 0 - Creates a DB shard group without a standby DB shard
|
162488
|
-
+ 1 - Creates a DB shard group with a standby DB shard
|
162489
|
-
+ 2 - Creates a DB shard group with two standby DB shard
|
162486
|
+
* Specifies whether to create standby standby DB data access shard for the DB shard group. Valid values are the following:
|
162487
|
+
+ 0 - Creates a DB shard group without a standby DB data access shard. This is the default value.
|
162488
|
+
+ 1 - Creates a DB shard group with a standby DB data access shard in a different Availability Zone (AZ).
|
162489
|
+
+ 2 - Creates a DB shard group with two standby DB data access shard in two different AZs.
|
162490
162490
|
* @min `0`
|
162491
162491
|
*/
|
162492
162492
|
ComputeRedundancy?: number;
|