sig/db_cluster.rbs in aws-sdk-rds-1.258.0 vs sig/db_cluster.rbs in aws-sdk-rds-1.259.0
- old
+ new
@@ -334,11 +334,12 @@
?performance_insights_kms_key_id: ::String,
?performance_insights_retention_period: ::Integer,
?enable_limitless_database: bool,
?serverless_v2_scaling_configuration: {
min_capacity: ::Float?,
- max_capacity: ::Float?
+ max_capacity: ::Float?,
+ seconds_until_auto_pause: ::Integer?
},
?network_type: ::String,
?cluster_scalability_type: ("standard" | "limitless"),
?db_system_id: ::String,
?manage_master_user_password: bool,
@@ -421,11 +422,12 @@
?enable_performance_insights: bool,
?performance_insights_kms_key_id: ::String,
?performance_insights_retention_period: ::Integer,
?serverless_v2_scaling_configuration: {
min_capacity: ::Float?,
- max_capacity: ::Float?
+ max_capacity: ::Float?,
+ seconds_until_auto_pause: ::Integer?
},
?network_type: ::String,
?manage_master_user_password: bool,
?rotate_master_user_password: bool,
?master_user_secret_kms_key_id: ::String,
@@ -476,10 +478,11 @@
?storage_type: ::String,
?publicly_accessible: bool,
?iops: ::Integer,
?serverless_v2_scaling_configuration: {
min_capacity: ::Float?,
- max_capacity: ::Float?
+ max_capacity: ::Float?,
+ seconds_until_auto_pause: ::Integer?
},
?network_type: ::String,
?source_db_cluster_resource_id: ::String,
?rds_custom_cluster_configuration: {
interconnect_subnet_id: ::String?,