lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.187.0 vs lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.188.0

- old
+ new

@@ -100,10 +100,11 @@ # }, # network_type: "String", # db_system_id: "String", # manage_master_user_password: false, # master_user_secret_kms_key_id: "String", + # enable_local_write_forwarding: false, # source_region: "String", # }) # @param [Hash] options ({}) # @option options [Array<String>] :availability_zones # A list of Availability Zones (AZs) where DB instances in the DB @@ -842,9 +843,15 @@ # There is a default KMS key for your Amazon Web Services account. Your # Amazon Web Services account has a different default KMS key for each # Amazon Web Services Region. # # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters + # @option options [Boolean] :enable_local_write_forwarding + # Specifies whether read replicas can forward write operations to the + # writer DB instance in the DB cluster. By default, write operations + # aren't allowed on reader DB instances. + # + # Valid for: Aurora DB clusters only # @option options [String] :source_region # The source region of the snapshot. This is only needed when the # shapshot is encrypted and in a different region. # @return [DBCluster] def create_db_cluster(options = {})