lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.199.0 vs lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.200.0
- old
+ new
@@ -74,10 +74,14 @@
# auto_pause: false,
# seconds_until_auto_pause: 1,
# timeout_action: "String",
# seconds_before_timeout: 1,
# },
+ # rds_custom_cluster_configuration: {
+ # interconnect_subnet_id: "String",
+ # transit_gateway_multicast_domain_id: "String",
+ # },
# deletion_protection: false,
# global_cluster_identifier: "String",
# enable_http_endpoint: false,
# copy_tags_to_snapshot: false,
# domain: "String",
@@ -512,9 +516,11 @@
# @option options [Types::ScalingConfiguration] :scaling_configuration
# For DB clusters in `serverless` DB engine mode, the scaling properties
# of the DB cluster.
#
# Valid for Cluster Type: Aurora DB clusters only
+ # @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
+ # Reserved for future use.
# @option options [Boolean] :deletion_protection
# Specifies whether the DB cluster has deletion protection enabled. The
# database can't be deleted when deletion protection is enabled. By
# default, deletion protection isn't enabled.
#