lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.74.0 vs lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.75.0

- old
+ new

@@ -345,9 +345,28 @@ # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch # @option options [String] :engine_mode # The DB engine mode of the DB cluster, either `provisioned`, # `serverless`, `parallelquery`, `global`, or `multimaster`. + # + # Limitations and requirements apply to some DB engine modes. For more + # information, see the following sections in the *Amazon Aurora User + # Guide*\: + # + # * [ Limitations of Aurora Serverless][1] + # + # * [ Limitations of Parallel Query][2] + # + # * [ Requirements for Aurora Global Databases][3] + # + # * [ Limitations of Multi-Master Clusters][4] + # + # + # + # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations + # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations + # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations + # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html#aurora-multi-master-limitations # @option options [Types::ScalingConfiguration] :scaling_configuration # For DB clusters in `serverless` DB engine mode, the scaling properties # of the DB cluster. # @option options [Boolean] :deletion_protection # A value that indicates whether the DB cluster has deletion protection