lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.251.0 vs lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.252.0

- old
+ new

@@ -103,10 +103,11 @@ # serverless_v2_scaling_configuration: { # min_capacity: 1.0, # max_capacity: 1.0, # }, # network_type: "String", + # cluster_scalability_type: "standard", # accepts standard, limitless # db_system_id: "String", # manage_master_user_password: false, # master_user_secret_kms_key_id: "String", # enable_local_write_forwarding: false, # ca_certificate_identifier: "String", @@ -845,9 +846,20 @@ # Valid Values: `IPV4 | DUAL` # # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html + # @option options [String] :cluster_scalability_type + # Specifies the scalability mode of the Aurora DB cluster. When set to + # `limitless`, the cluster operates as an Aurora Limitless Database. + # When set to `standard` (the default), the cluster uses normal DB + # instance creation. + # + # Valid for: Aurora DB clusters only + # + # <note markdown="1"> You can't modify this setting after you create the DB cluster. + # + # </note> # @option options [String] :db_system_id # Reserved for future use. # @option options [Boolean] :manage_master_user_password # Specifies whether to manage the master user password with Amazon Web # Services Secrets Manager.