aws-sdk-rds 1.147.0 → 1.148.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -483,24 +483,8 @@ module Aws::RDS
483
483
  data[:performance_insights_kms_key_id]
484
484
  end
485
485
 
486
- # The number of days to retain Performance Insights data. The default is
487
- # 7 days. The following values are valid:
488
- #
489
- # * 7
490
- #
491
- # * *month* * 31, where *month* is a number of months from 1-23
492
- #
493
- # * 731
494
- #
495
- # For example, the following values are valid:
496
- #
497
- # * 93 (3 months * 31)
498
- #
499
- # * 341 (11 months * 31)
500
- #
501
- # * 589 (19 months * 31)
502
- #
503
- # * 731
486
+ # The amount of time, in days, to retain Performance Insights data.
487
+ # Valid values are 7 or 731 (2 years).
504
488
  # @return [Integer]
505
489
  def performance_insights_retention_period
506
490
  data[:performance_insights_retention_period]
@@ -1135,16 +1119,14 @@ module Aws::RDS
1135
1119
  # * Web and Express editions: Must be an integer from 20 to 1024.
1136
1120
  # @option options [required, String] :db_instance_class
1137
1121
  # The compute and memory capacity of the DB instance, for example
1138
- # db.m5.large. Not all DB instance classes are available in all Amazon
1122
+ # db.m4.large. Not all DB instance classes are available in all Amazon
1139
1123
  # Web Services Regions, or for all database engines. For the full list
1140
1124
  # of DB instance classes, and availability for your engine, see [DB
1141
- # instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
1142
- # instance classes][2] in the *Amazon Aurora User Guide*.
1125
+ # Instance Class][1] in the *Amazon RDS User Guide*.
1143
1126
  #
1144
1127
  #
1145
1128
  #
1146
1129
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
1147
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
1148
1130
  # @option options [required, String] :engine
1149
1131
  # The name of the database engine to be used for this instance.
1150
1132
  #
@@ -1239,9 +1221,7 @@ module Aws::RDS
1239
1221
  # @option options [Array<String>] :db_security_groups
1240
1222
  # A list of DB security groups to associate with this DB instance.
1241
1223
  #
1242
- # This setting applies to the legacy EC2-Classic platform, which is no
1243
- # longer used to create new DB instances. Use the `VpcSecurityGroupIds`
1244
- # setting instead.
1224
+ # Default: The default DB security group for the database engine.
1245
1225
  # @option options [Array<String>] :vpc_security_group_ids
1246
1226
  # A list of Amazon EC2 VPC security groups to associate with this DB
1247
1227
  # instance.
@@ -1335,7 +1315,7 @@ module Aws::RDS
1335
1315
  #
1336
1316
  # * Can't be set to 0 if the DB instance is a source to read replicas
1337
1317
  #
1338
- # * Can't be set to 0 for an RDS Custom for Oracle DB instance
1318
+ # * Can't be set to 0 or 35 for an RDS Custom for Oracle DB instance
1339
1319
  # @option options [String] :preferred_backup_window
1340
1320
  # The daily time range during which automated backups are created if
1341
1321
  # automated backups are enabled, using the `BackupRetentionPeriod`
@@ -1414,16 +1394,11 @@ module Aws::RDS
1414
1394
  # instance is a Multi-AZ deployment.
1415
1395
  #
1416
1396
  # This setting doesn't apply to RDS Custom.
1417
- #
1418
- # **Amazon Aurora**
1419
- #
1420
- # Not applicable. DB instance Availability Zones (AZs) are managed by
1421
- # the DB cluster.
1422
1397
  # @option options [String] :engine_version
1423
1398
  # The version number of the database engine to use.
1424
1399
  #
1425
1400
  # For a list of valid engine versions, use the
1426
- # `DescribeDBEngineVersions` operation.
1401
+ # `DescribeDBEngineVersions` action.
1427
1402
  #
1428
1403
  # The following are the database engines and links to information about
1429
1404
  # the major and minor versions that are available with Amazon RDS. Not
@@ -1496,10 +1471,6 @@ module Aws::RDS
1496
1471
  # `general-public-license`
1497
1472
  #
1498
1473
  # This setting doesn't apply to RDS Custom.
1499
- #
1500
- # **Amazon Aurora**
1501
- #
1502
- # Not applicable.
1503
1474
  # @option options [Integer] :iops
1504
1475
  # The amount of Provisioned IOPS (input/output operations per second) to
1505
1476
  # be initially allocated for the DB instance. For information about
@@ -1511,10 +1482,6 @@ module Aws::RDS
1511
1482
  # instance. For SQL Server DB instances, must be a multiple between 1
1512
1483
  # and 50 of the storage amount for the DB instance.
1513
1484
  #
1514
- # **Amazon Aurora**
1515
- #
1516
- # Not applicable. Storage is managed by the DB cluster.
1517
- #
1518
1485
  #
1519
1486
  #
1520
1487
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
@@ -1528,10 +1495,6 @@ module Aws::RDS
1528
1495
  # instance.
1529
1496
  #
1530
1497
  # This setting doesn't apply to RDS Custom.
1531
- #
1532
- # **Amazon Aurora**
1533
- #
1534
- # Not applicable.
1535
1498
  # @option options [String] :character_set_name
1536
1499
  # For supported engines, this value indicates that the DB instance
1537
1500
  # should be associated with the specified `CharacterSet`.
@@ -1596,19 +1559,11 @@ module Aws::RDS
1596
1559
  # parameter.
1597
1560
  #
1598
1561
  # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
1599
- #
1600
- # **Amazon Aurora**
1601
- #
1602
- # Not applicable. Storage is managed by the DB cluster.
1603
1562
  # @option options [String] :tde_credential_arn
1604
1563
  # The ARN from the key store with which to associate the instance for
1605
1564
  # TDE encryption.
1606
1565
  #
1607
1566
  # This setting doesn't apply to RDS Custom.
1608
- #
1609
- # **Amazon Aurora**
1610
- #
1611
- # Not applicable.
1612
1567
  # @option options [String] :tde_credential_password
1613
1568
  # The password for the given ARN from the key store in order to access
1614
1569
  # the device.
@@ -1662,10 +1617,6 @@ module Aws::RDS
1662
1617
  #
1663
1618
  # This setting doesn't apply to RDS Custom.
1664
1619
  #
1665
- # **Amazon Aurora**
1666
- #
1667
- # Not applicable. The domain is managed by the DB cluster.
1668
- #
1669
1620
  #
1670
1621
  #
1671
1622
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
@@ -1709,10 +1660,6 @@ module Aws::RDS
1709
1660
  # the Directory Service.
1710
1661
  #
1711
1662
  # This setting doesn't apply to RDS Custom.
1712
- #
1713
- # **Amazon Aurora**
1714
- #
1715
- # Not applicable. The domain is managed by the DB cluster.
1716
1663
  # @option options [Integer] :promotion_tier
1717
1664
  # A value that specifies the order in which an Aurora Replica is
1718
1665
  # promoted to the primary instance after a failure of the existing
@@ -1740,16 +1687,13 @@ module Aws::RDS
1740
1687
  # Services Identity and Access Management (IAM) accounts to database
1741
1688
  # accounts. By default, mapping isn't enabled.
1742
1689
  #
1690
+ # This setting doesn't apply to RDS Custom or Amazon Aurora. In Aurora,
1691
+ # mapping Amazon Web Services IAM accounts to database accounts is
1692
+ # managed by the DB cluster.
1693
+ #
1743
1694
  # For more information, see [ IAM Database Authentication for MySQL and
1744
1695
  # PostgreSQL][1] in the *Amazon RDS User Guide*.
1745
1696
  #
1746
- # This setting doesn't apply to RDS Custom.
1747
- #
1748
- # **Amazon Aurora**
1749
- #
1750
- # Not applicable. Mapping Amazon Web Services IAM accounts to database
1751
- # accounts is managed by the DB cluster.
1752
- #
1753
1697
  #
1754
1698
  #
1755
1699
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
@@ -1777,27 +1721,8 @@ module Aws::RDS
1777
1721
  #
1778
1722
  # This setting doesn't apply to RDS Custom.
1779
1723
  # @option options [Integer] :performance_insights_retention_period
1780
- # The number of days to retain Performance Insights data. The default is
1781
- # 7 days. The following values are valid:
1782
- #
1783
- # * 7
1784
- #
1785
- # * *month* * 31, where *month* is a number of months from 1-23
1786
- #
1787
- # * 731
1788
- #
1789
- # For example, the following values are valid:
1790
- #
1791
- # * 93 (3 months * 31)
1792
- #
1793
- # * 341 (11 months * 31)
1794
- #
1795
- # * 589 (19 months * 31)
1796
- #
1797
- # * 731
1798
- #
1799
- # If you specify a retention period such as 94, which isn't a valid
1800
- # value, RDS issues an error.
1724
+ # The amount of time, in days, to retain Performance Insights data.
1725
+ # Valid values are 7 or 731 (2 years).
1801
1726
  #
1802
1727
  # This setting doesn't apply to RDS Custom.
1803
1728
  # @option options [Array<String>] :enable_cloudwatch_logs_exports
@@ -1843,10 +1768,6 @@ module Aws::RDS
1843
1768
  # instance class of the DB instance.
1844
1769
  #
1845
1770
  # This setting doesn't apply to RDS Custom.
1846
- #
1847
- # **Amazon Aurora**
1848
- #
1849
- # Not applicable.
1850
1771
  # @option options [Boolean] :deletion_protection
1851
1772
  # A value that indicates whether the DB instance has deletion protection
1852
1773
  # enabled. The database can't be deleted when deletion protection is
@@ -1873,10 +1794,6 @@ module Aws::RDS
1873
1794
  #
1874
1795
  # This setting doesn't apply to RDS Custom.
1875
1796
  #
1876
- # **Amazon Aurora**
1877
- #
1878
- # Not applicable. Storage is managed by the DB cluster.
1879
- #
1880
1797
  #
1881
1798
  #
1882
1799
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
@@ -2081,7 +1998,7 @@ module Aws::RDS
2081
1998
  # specified DB engine for a cross-Region read replica.
2082
1999
  #
2083
2000
  # Specifying a parameter group for this operation is only supported for
2084
- # MySQL and Oracle DB instances. It isn't supported for RDS Custom.
2001
+ # Oracle DB instances. It isn't supported for RDS Custom.
2085
2002
  #
2086
2003
  # Constraints:
2087
2004
  #
@@ -2210,16 +2127,9 @@ module Aws::RDS
2210
2127
  # This setting doesn't apply to RDS Custom, which uses the same KMS key
2211
2128
  # as the primary replica.
2212
2129
  # @option options [String] :pre_signed_url
2213
- # When you are creating a read replica from one Amazon Web Services
2214
- # GovCloud (US) Region to another or from one China Amazon Web Services
2215
- # Region to another, the URL that contains a Signature Version 4 signed
2216
- # request for the `CreateDBInstanceReadReplica` API operation in the
2217
- # source Amazon Web Services Region that contains the source DB
2218
- # instance.
2219
- #
2220
- # This setting applies only to Amazon Web Services GovCloud (US) Regions
2221
- # and China Amazon Web Services Regions. It's ignored in other Amazon
2222
- # Web Services Regions.
2130
+ # The URL that contains a Signature Version 4 signed request for the
2131
+ # `CreateDBInstanceReadReplica` API action in the source Amazon Web
2132
+ # Services Region that contains the source DB instance.
2223
2133
  #
2224
2134
  # You must specify this parameter when you create an encrypted read
2225
2135
  # replica from another Amazon Web Services Region by using the Amazon
@@ -2227,31 +2137,32 @@ module Aws::RDS
2227
2137
  # encrypted read replica in the same Amazon Web Services Region.
2228
2138
  #
2229
2139
  # The presigned URL must be a valid request for the
2230
- # `CreateDBInstanceReadReplica` API operation that can run in the source
2231
- # Amazon Web Services Region that contains the encrypted source DB
2232
- # instance. The presigned URL request must contain the following
2140
+ # `CreateDBInstanceReadReplica` API action that can be executed in the
2141
+ # source Amazon Web Services Region that contains the encrypted source
2142
+ # DB instance. The presigned URL request must contain the following
2233
2143
  # parameter values:
2234
2144
  #
2235
2145
  # * `DestinationRegion` - The Amazon Web Services Region that the
2236
2146
  # encrypted read replica is created in. This Amazon Web Services
2237
2147
  # Region is the same one where the `CreateDBInstanceReadReplica`
2238
- # operation is called that contains this presigned URL.
2148
+ # action is called that contains this presigned URL.
2239
2149
  #
2240
2150
  # For example, if you create an encrypted DB instance in the us-west-1
2241
2151
  # Amazon Web Services Region, from a source DB instance in the
2242
2152
  # us-east-2 Amazon Web Services Region, then you call the
2243
- # `CreateDBInstanceReadReplica` operation in the us-east-1 Amazon Web
2153
+ # `CreateDBInstanceReadReplica` action in the us-east-1 Amazon Web
2244
2154
  # Services Region and provide a presigned URL that contains a call to
2245
- # the `CreateDBInstanceReadReplica` operation in the us-west-2 Amazon
2246
- # Web Services Region. For this example, the `DestinationRegion` in
2247
- # the presigned URL must be set to the us-east-1 Amazon Web Services
2155
+ # the `CreateDBInstanceReadReplica` action in the us-west-2 Amazon Web
2156
+ # Services Region. For this example, the `DestinationRegion` in the
2157
+ # presigned URL must be set to the us-east-1 Amazon Web Services
2248
2158
  # Region.
2249
2159
  #
2250
- # * `KmsKeyId` - The KMS key identifier for the key to use to encrypt
2251
- # the read replica in the destination Amazon Web Services Region. This
2252
- # is the same identifier for both the `CreateDBInstanceReadReplica`
2253
- # operation that is called in the destination Amazon Web Services
2254
- # Region, and the operation contained in the presigned URL.
2160
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the key
2161
+ # to use to encrypt the read replica in the destination Amazon Web
2162
+ # Services Region. This is the same identifier for both the
2163
+ # `CreateDBInstanceReadReplica` action that is called in the
2164
+ # destination Amazon Web Services Region, and the action contained in
2165
+ # the presigned URL.
2255
2166
  #
2256
2167
  # * `SourceDBInstanceIdentifier` - The DB instance identifier for the
2257
2168
  # encrypted DB instance to be replicated. This identifier must be in
@@ -2270,10 +2181,11 @@ module Aws::RDS
2270
2181
  # specify `SourceRegion` (or `--source-region` for the CLI) instead of
2271
2182
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
2272
2183
  # autogenerates a presigned URL that is a valid request for the
2273
- # operation that can run in the source Amazon Web Services Region.
2184
+ # operation that can be executed in the source Amazon Web Services
2185
+ # Region.
2274
2186
  #
2275
- # `SourceRegion` isn't supported for SQL Server, because Amazon RDS for
2276
- # SQL Server doesn't support cross-Region read replicas.
2187
+ # `SourceRegion` isn't supported for SQL Server, because SQL Server on
2188
+ # Amazon RDS doesn't support cross-Region read replicas.
2277
2189
  #
2278
2190
  # </note>
2279
2191
  #
@@ -2323,27 +2235,8 @@ module Aws::RDS
2323
2235
  #
2324
2236
  # This setting doesn't apply to RDS Custom.
2325
2237
  # @option options [Integer] :performance_insights_retention_period
2326
- # The number of days to retain Performance Insights data. The default is
2327
- # 7 days. The following values are valid:
2328
- #
2329
- # * 7
2330
- #
2331
- # * *month* * 31, where *month* is a number of months from 1-23
2332
- #
2333
- # * 731
2334
- #
2335
- # For example, the following values are valid:
2336
- #
2337
- # * 93 (3 months * 31)
2338
- #
2339
- # * 341 (11 months * 31)
2340
- #
2341
- # * 589 (19 months * 31)
2342
- #
2343
- # * 731
2344
- #
2345
- # If you specify a retention period such as 94, which isn't a valid
2346
- # value, RDS issues an error.
2238
+ # The amount of time, in days, to retain Performance Insights data.
2239
+ # Valid values are 7 or 731 (2 years).
2347
2240
  #
2348
2241
  # This setting doesn't apply to RDS Custom.
2349
2242
  # @option options [Array<String>] :enable_cloudwatch_logs_exports
@@ -2668,11 +2561,10 @@ module Aws::RDS
2668
2561
  # `CreateDBInstance`.
2669
2562
  # @option options [String] :db_instance_class
2670
2563
  # The new compute and memory capacity of the DB instance, for example
2671
- # db.m5.large. Not all DB instance classes are available in all Amazon
2564
+ # db.m4.large. Not all DB instance classes are available in all Amazon
2672
2565
  # Web Services Regions, or for all database engines. For the full list
2673
2566
  # of DB instance classes, and availability for your engine, see [DB
2674
- # instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
2675
- # instance classes][2] in the *Amazon Aurora User Guide*.
2567
+ # Instance Class][1] in the *Amazon RDS User Guide*.
2676
2568
  #
2677
2569
  # If you modify the DB instance class, an outage occurs during the
2678
2570
  # change. The change is applied during the next maintenance window,
@@ -2685,7 +2577,6 @@ module Aws::RDS
2685
2577
  #
2686
2578
  #
2687
2579
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
2688
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
2689
2580
  # @option options [String] :db_subnet_group_name
2690
2581
  # The new DB subnet group for the DB instance. You can use this
2691
2582
  # parameter to move your DB instance to a different VPC. If your DB
@@ -2792,7 +2683,7 @@ module Aws::RDS
2792
2683
  #
2793
2684
  # Constraints: Must contain from 8 to 128 characters.
2794
2685
  #
2795
- # <note markdown="1"> Amazon RDS API operations never return the password, so this action
2686
+ # <note markdown="1"> Amazon RDS API actions never return the password, so this action
2796
2687
  # provides a way to regain access to a primary instance user if the
2797
2688
  # password is lost. This includes restoring privileges that might have
2798
2689
  # been accidentally revoked.
@@ -2842,8 +2733,8 @@ module Aws::RDS
2842
2733
  # Constraints:
2843
2734
  #
2844
2735
  # * It must be a value from 0 to 35. It can't be set to 0 if the DB
2845
- # instance is a source to read replicas. It can't be set to 0 for an
2846
- # RDS Custom for Oracle DB instance.
2736
+ # instance is a source to read replicas. It can't be set to 0 or 35
2737
+ # for an RDS Custom for Oracle DB instance.
2847
2738
  #
2848
2739
  # * It can be specified for a MySQL read replica only if the source is
2849
2740
  # running MySQL 5.6 or later.
@@ -3231,7 +3122,7 @@ module Aws::RDS
3231
3122
  # DB instance.
3232
3123
  #
3233
3124
  # For more information, see [Using Amazon Performance Insights][1] in
3234
- # the *Amazon RDS User Guide*.
3125
+ # the *Amazon RDS User Guide.*.
3235
3126
  #
3236
3127
  # This setting doesn't apply to RDS Custom.
3237
3128
  #
@@ -3252,27 +3143,8 @@ module Aws::RDS
3252
3143
  #
3253
3144
  # This setting doesn't apply to RDS Custom.
3254
3145
  # @option options [Integer] :performance_insights_retention_period
3255
- # The number of days to retain Performance Insights data. The default is
3256
- # 7 days. The following values are valid:
3257
- #
3258
- # * 7
3259
- #
3260
- # * *month* * 31, where *month* is a number of months from 1-23
3261
- #
3262
- # * 731
3263
- #
3264
- # For example, the following values are valid:
3265
- #
3266
- # * 93 (3 months * 31)
3267
- #
3268
- # * 341 (11 months * 31)
3269
- #
3270
- # * 589 (19 months * 31)
3271
- #
3272
- # * 731
3273
- #
3274
- # If you specify a retention period such as 94, which isn't a valid
3275
- # value, RDS issues an error.
3146
+ # The amount of time, in days, to retain Performance Insights data.
3147
+ # Valid values are 7 or 731 (2 years).
3276
3148
  #
3277
3149
  # This setting doesn't apply to RDS Custom.
3278
3150
  # @option options [Types::CloudwatchLogsExportConfiguration] :cloudwatch_logs_export_configuration
@@ -478,46 +478,39 @@ module Aws::RDS
478
478
  # A value that indicates whether to copy all tags from the source DB
479
479
  # snapshot to the target DB snapshot. By default, tags are not copied.
480
480
  # @option options [String] :pre_signed_url
481
- # When you are copying a snapshot from one Amazon Web Services GovCloud
482
- # (US) Region to another, the URL that contains a Signature Version 4
483
- # signed request for the `CopyDBSnapshot` API operation in the source
484
- # Amazon Web Services Region that contains the source DB snapshot to
485
- # copy.
486
- #
487
- # This setting applies only to Amazon Web Services GovCloud (US)
488
- # Regions. It's ignored in other Amazon Web Services Regions.
481
+ # The URL that contains a Signature Version 4 signed request for the
482
+ # `CopyDBSnapshot` API action in the source Amazon Web Services Region
483
+ # that contains the source DB snapshot to copy.
489
484
  #
490
485
  # You must specify this parameter when you copy an encrypted DB snapshot
491
486
  # from another Amazon Web Services Region by using the Amazon RDS API.
492
487
  # Don't specify `PreSignedUrl` when you are copying an encrypted DB
493
488
  # snapshot in the same Amazon Web Services Region.
494
489
  #
495
- # The presigned URL must be a valid request for the
496
- # `CopyDBClusterSnapshot` API operation that can run in the source
497
- # Amazon Web Services Region that contains the encrypted DB cluster
498
- # snapshot to copy. The presigned URL request must contain the following
499
- # parameter values:
490
+ # The presigned URL must be a valid request for the `CopyDBSnapshot` API
491
+ # action that can be executed in the source Amazon Web Services Region
492
+ # that contains the encrypted DB snapshot to be copied. The presigned
493
+ # URL request must contain the following parameter values:
500
494
  #
501
495
  # * `DestinationRegion` - The Amazon Web Services Region that the
502
496
  # encrypted DB snapshot is copied to. This Amazon Web Services Region
503
- # is the same one where the `CopyDBSnapshot` operation is called that
497
+ # is the same one where the `CopyDBSnapshot` action is called that
504
498
  # contains this presigned URL.
505
499
  #
506
500
  # For example, if you copy an encrypted DB snapshot from the us-west-2
507
501
  # Amazon Web Services Region to the us-east-1 Amazon Web Services
508
- # Region, then you call the `CopyDBSnapshot` operation in the
509
- # us-east-1 Amazon Web Services Region and provide a presigned URL
510
- # that contains a call to the `CopyDBSnapshot` operation in the
511
- # us-west-2 Amazon Web Services Region. For this example, the
512
- # `DestinationRegion` in the presigned URL must be set to the
513
- # us-east-1 Amazon Web Services Region.
514
- #
515
- # * `KmsKeyId` - The KMS key identifier for the KMS key to use to
516
- # encrypt the copy of the DB snapshot in the destination Amazon Web
517
- # Services Region. This is the same identifier for both the
518
- # `CopyDBSnapshot` operation that is called in the destination Amazon
519
- # Web Services Region, and the operation contained in the presigned
520
- # URL.
502
+ # Region, then you call the `CopyDBSnapshot` action in the us-east-1
503
+ # Amazon Web Services Region and provide a presigned URL that contains
504
+ # a call to the `CopyDBSnapshot` action in the us-west-2 Amazon Web
505
+ # Services Region. For this example, the `DestinationRegion` in the
506
+ # presigned URL must be set to the us-east-1 Amazon Web Services
507
+ # Region.
508
+ #
509
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the KMS
510
+ # key to use to encrypt the copy of the DB snapshot in the destination
511
+ # Amazon Web Services Region. This is the same identifier for both the
512
+ # `CopyDBSnapshot` action that is called in the destination Amazon Web
513
+ # Services Region, and the action contained in the presigned URL.
521
514
  #
522
515
  # * `SourceDBSnapshotIdentifier` - The DB snapshot identifier for the
523
516
  # encrypted snapshot to be copied. This identifier must be in the
@@ -534,8 +527,9 @@ module Aws::RDS
534
527
  # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
535
528
  # specify `SourceRegion` (or `--source-region` for the CLI) instead of
536
529
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
537
- # autogenerates a presigned URL that is a valid request for the
538
- # operation that can run in the source Amazon Web Services Region.
530
+ # autogenerates a pre-signed URL that is a valid request for the
531
+ # operation that can be executed in the source Amazon Web Services
532
+ # Region.
539
533
  #
540
534
  # </note>
541
535
  #