aws-sdk-rds 1.127.0 → 1.131.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -262,29 +262,29 @@ module Aws::RDS
262
262
  # cluster.
263
263
  #
264
264
  # The Amazon Web Services KMS key identifier is the key ARN, key ID,
265
- # alias ARN, or alias name for the Amazon Web Services KMS customer
266
- # master key (CMK). To use a CMK in a different Amazon Web Services
267
- # account, specify the key ARN or alias ARN.
265
+ # alias ARN, or alias name for the KMS key. To use a KMS key in a
266
+ # different Amazon Web Services account, specify the key ARN or alias
267
+ # ARN.
268
268
  #
269
- # When a CMK isn't specified in `KmsKeyId`\:
269
+ # When a KMS key isn't specified in `KmsKeyId`\:
270
270
  #
271
271
  # * If `ReplicationSourceIdentifier` identifies an encrypted source,
272
- # then Amazon RDS will use the CMK used to encrypt the source.
273
- # Otherwise, Amazon RDS will use your default CMK.
272
+ # then Amazon RDS will use the KMS key used to encrypt the source.
273
+ # Otherwise, Amazon RDS will use your default KMS key.
274
274
  #
275
275
  # * If the `StorageEncrypted` parameter is enabled and
276
276
  # `ReplicationSourceIdentifier` isn't specified, then Amazon RDS will
277
- # use your default CMK.
277
+ # use your default KMS key.
278
278
  #
279
- # There is a default CMK for your Amazon Web Services account. Your
280
- # Amazon Web Services account has a different default CMK for each
279
+ # There is a default KMS key for your Amazon Web Services account. Your
280
+ # Amazon Web Services account has a different default KMS key for each
281
281
  # Amazon Web Services Region.
282
282
  #
283
283
  # If you create a read replica of an encrypted DB cluster in another
284
- # Amazon Web Services Region, you must set `KmsKeyId` to a Amazon Web
285
- # Services KMS key identifier that is valid in the destination Amazon
286
- # Web Services Region. This CMK is used to encrypt the read replica in
287
- # that Amazon Web Services Region.
284
+ # Amazon Web Services Region, you must set `KmsKeyId` to a KMS key
285
+ # identifier that is valid in the destination Amazon Web Services
286
+ # Region. This KMS key is used to encrypt the read replica in that
287
+ # Amazon Web Services Region.
288
288
  # @option options [String] :pre_signed_url
289
289
  # A URL that contains a Signature Version 4 signed request for the
290
290
  # `CreateDBCluster` action to be called in the source Amazon Web
@@ -299,12 +299,12 @@ module Aws::RDS
299
299
  # The pre-signed URL request must contain the following parameter
300
300
  # values:
301
301
  #
302
- # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the key
303
- # to use to encrypt the copy of the DB cluster in the destination
304
- # Amazon Web Services Region. This should refer to the same Amazon Web
305
- # Services KMS CMK for both the `CreateDBCluster` action that is
306
- # called in the destination Amazon Web Services Region, and the action
307
- # contained in the pre-signed URL.
302
+ # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the KMS
303
+ # key to use to encrypt the copy of the DB cluster in the destination
304
+ # Amazon Web Services Region. This should refer to the same KMS key
305
+ # for both the `CreateDBCluster` action that is called in the
306
+ # destination Amazon Web Services Region, and the action contained in
307
+ # the pre-signed URL.
308
308
  #
309
309
  # * `DestinationRegion` - The name of the Amazon Web Services Region
310
310
  # that Aurora read replica will be created in.
@@ -626,6 +626,8 @@ module Aws::RDS
626
626
  # deletion_protection: false,
627
627
  # max_allocated_storage: 1,
628
628
  # enable_customer_owned_ip: false,
629
+ # custom_iam_instance_profile: "String",
630
+ # backup_target: "String",
629
631
  # })
630
632
  # @param [Hash] options ({})
631
633
  # @option options [String] :db_name
@@ -691,6 +693,21 @@ module Aws::RDS
691
693
  #
692
694
  # ^
693
695
  #
696
+ # **Amazon RDS Custom**
697
+ #
698
+ # The Oracle System ID (SID) of the created RDS Custom DB instance. If
699
+ # you don't specify a value, the default value is `ORCL`.
700
+ #
701
+ # Default: `ORCL`
702
+ #
703
+ # Constraints:
704
+ #
705
+ # * It must contain 1 to 8 alphanumeric characters.
706
+ #
707
+ # * It must contain a letter.
708
+ #
709
+ # * It can't be a word reserved by the database engine.
710
+ #
694
711
  # **SQL Server**
695
712
  #
696
713
  # Not applicable. Must be null.
@@ -748,6 +765,16 @@ module Aws::RDS
748
765
  # amount of data in your database increases, though you are only charged
749
766
  # for the space that you use in an Aurora cluster volume.
750
767
  #
768
+ # **Amazon RDS Custom**
769
+ #
770
+ # Constraints to the amount of storage for each storage type are the
771
+ # following:
772
+ #
773
+ # * General Purpose (SSD) storage (gp2): Must be an integer from 40 to
774
+ # 65536.
775
+ #
776
+ # * Provisioned IOPS storage (io1): Must be an integer from 40 to 65536.
777
+ #
751
778
  # **MySQL**
752
779
  #
753
780
  # Constraints to the amount of storage for each storage type are the
@@ -849,6 +876,8 @@ module Aws::RDS
849
876
  #
850
877
  # * `aurora-postgresql`
851
878
  #
879
+ # * `custom-oracle-ee (for RDS Custom instances)`
880
+ #
852
881
  # * `mariadb`
853
882
  #
854
883
  # * `mysql`
@@ -878,59 +907,13 @@ module Aws::RDS
878
907
  # Not applicable. The name for the master user is managed by the DB
879
908
  # cluster.
880
909
  #
881
- # **MariaDB**
882
- #
883
- # Constraints:
884
- #
885
- # * Required for MariaDB.
886
- #
887
- # * Must be 1 to 16 letters or numbers.
888
- #
889
- # * Can't be a reserved word for the chosen database engine.
890
- #
891
- # **Microsoft SQL Server**
892
- #
893
- # Constraints:
894
- #
895
- # * Required for SQL Server.
896
- #
897
- # * Must be 1 to 128 letters or numbers.
898
- #
899
- # * The first character must be a letter.
900
- #
901
- # * Can't be a reserved word for the chosen database engine.
902
- #
903
- # **MySQL**
904
- #
905
- # Constraints:
906
- #
907
- # * Required for MySQL.
908
- #
909
- # * Must be 1 to 16 letters or numbers.
910
- #
911
- # * First character must be a letter.
912
- #
913
- # * Can't be a reserved word for the chosen database engine.
914
- #
915
- # **Oracle**
916
- #
917
- # Constraints:
918
- #
919
- # * Required for Oracle.
920
- #
921
- # * Must be 1 to 30 letters or numbers.
922
- #
923
- # * First character must be a letter.
924
- #
925
- # * Can't be a reserved word for the chosen database engine.
926
- #
927
- # **PostgreSQL**
910
+ # **Amazon RDS**
928
911
  #
929
912
  # Constraints:
930
913
  #
931
- # * Required for PostgreSQL.
914
+ # * Required.
932
915
  #
933
- # * Must be 1 to 63 letters or numbers.
916
+ # * Must be 1 to 16 letters, numbers, or underscores.
934
917
  #
935
918
  # * First character must be a letter.
936
919
  #
@@ -1033,6 +1016,8 @@ module Aws::RDS
1033
1016
  # If you do not specify a value, then the default DB parameter group for
1034
1017
  # the specified DB engine and version is used.
1035
1018
  #
1019
+ # This setting doesn't apply to RDS Custom.
1020
+ #
1036
1021
  # Constraints:
1037
1022
  #
1038
1023
  # * Must be 1 to 255 letters, numbers, or hyphens.
@@ -1057,6 +1042,8 @@ module Aws::RDS
1057
1042
  # * Must be a value from 0 to 35
1058
1043
  #
1059
1044
  # * Can't be set to 0 if the DB instance is a source to read replicas
1045
+ #
1046
+ # * Can't be set to 0 or 35 for an RDS Custom DB instance
1060
1047
  # @option options [String] :preferred_backup_window
1061
1048
  # The daily time range during which automated backups are created if
1062
1049
  # automated backups are enabled, using the `BackupRetentionPeriod`
@@ -1133,6 +1120,8 @@ module Aws::RDS
1133
1120
  # A value that indicates whether the DB instance is a Multi-AZ
1134
1121
  # deployment. You can't set the `AvailabilityZone` parameter if the DB
1135
1122
  # instance is a Multi-AZ deployment.
1123
+ #
1124
+ # This setting doesn't apply to RDS Custom.
1136
1125
  # @option options [String] :engine_version
1137
1126
  # The version number of the database engine to use.
1138
1127
  #
@@ -1149,46 +1138,60 @@ module Aws::RDS
1149
1138
  # Not applicable. The version number of the database engine to be used
1150
1139
  # by the DB instance is managed by the DB cluster.
1151
1140
  #
1141
+ # **Amazon RDS Custom**
1142
+ #
1143
+ # A custom engine version (CEV) that you have previously created. This
1144
+ # setting is required for RDS Custom. The CEV name has the following
1145
+ # format: `19.customized_string `. An example identifier is
1146
+ # `19.my_cev1`. For more information, see [ Creating an RDS Custom DB
1147
+ # instance][1] in the *Amazon RDS User Guide.*.
1148
+ #
1152
1149
  # **MariaDB**
1153
1150
  #
1154
- # See [MariaDB on Amazon RDS Versions][1] in the *Amazon RDS User
1151
+ # See [MariaDB on Amazon RDS Versions][2] in the *Amazon RDS User
1155
1152
  # Guide.*
1156
1153
  #
1157
1154
  # **Microsoft SQL Server**
1158
1155
  #
1159
- # See [Microsoft SQL Server Versions on Amazon RDS][2] in the *Amazon
1156
+ # See [Microsoft SQL Server Versions on Amazon RDS][3] in the *Amazon
1160
1157
  # RDS User Guide.*
1161
1158
  #
1162
1159
  # **MySQL**
1163
1160
  #
1164
- # See [MySQL on Amazon RDS Versions][3] in the *Amazon RDS User Guide.*
1161
+ # See [MySQL on Amazon RDS Versions][4] in the *Amazon RDS User Guide.*
1165
1162
  #
1166
1163
  # **Oracle**
1167
1164
  #
1168
- # See [Oracle Database Engine Release Notes][4] in the *Amazon RDS User
1165
+ # See [Oracle Database Engine Release Notes][5] in the *Amazon RDS User
1169
1166
  # Guide.*
1170
1167
  #
1171
1168
  # **PostgreSQL**
1172
1169
  #
1173
- # See [Amazon RDS for PostgreSQL versions and extensions][5] in the
1170
+ # See [Amazon RDS for PostgreSQL versions and extensions][6] in the
1174
1171
  # *Amazon RDS User Guide.*
1175
1172
  #
1176
1173
  #
1177
1174
  #
1178
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
1179
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
1180
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
1181
- # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
1182
- # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
1175
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-creating.html#custom-creating.create
1176
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
1177
+ # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
1178
+ # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
1179
+ # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
1180
+ # [6]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
1183
1181
  # @option options [Boolean] :auto_minor_version_upgrade
1184
1182
  # A value that indicates whether minor engine upgrades are applied
1185
1183
  # automatically to the DB instance during the maintenance window. By
1186
1184
  # default, minor engine upgrades are applied automatically.
1185
+ #
1186
+ # If you create an RDS Custom DB instance, you must set
1187
+ # `AutoMinorVersionUpgrade` to `false`.
1187
1188
  # @option options [String] :license_model
1188
1189
  # License model information for this DB instance.
1189
1190
  #
1190
1191
  # Valid values: `license-included` \| `bring-your-own-license` \|
1191
1192
  # `general-public-license`
1193
+ #
1194
+ # This setting doesn't apply to RDS Custom.
1192
1195
  # @option options [Integer] :iops
1193
1196
  # The amount of Provisioned IOPS (input/output operations per second) to
1194
1197
  # be initially allocated for the DB instance. For information about
@@ -1209,11 +1212,16 @@ module Aws::RDS
1209
1212
  #
1210
1213
  # Permanent options, such as the TDE option for Oracle Advanced Security
1211
1214
  # TDE, can't be removed from an option group. Also, that option group
1212
- # can't be removed from a DB instance once it is associated with a DB
1213
- # instance
1215
+ # can't be removed from a DB instance after it is associated with a DB
1216
+ # instance.
1217
+ #
1218
+ # This setting doesn't apply to RDS Custom.
1214
1219
  # @option options [String] :character_set_name
1215
- # For supported engines, indicates that the DB instance should be
1216
- # associated with the specified CharacterSet.
1220
+ # For supported engines, this value indicates that the DB instance
1221
+ # should be associated with the specified `CharacterSet`.
1222
+ #
1223
+ # This setting doesn't apply to RDS Custom. However, if you need to
1224
+ # change the character set, you can change it on the database itself.
1217
1225
  #
1218
1226
  # **Amazon Aurora**
1219
1227
  #
@@ -1221,6 +1229,8 @@ module Aws::RDS
1221
1229
  # more information, see `CreateDBCluster`.
1222
1230
  # @option options [String] :nchar_character_set_name
1223
1231
  # The name of the NCHAR character set for the Oracle DB instance.
1232
+ #
1233
+ # This parameter doesn't apply to RDS Custom.
1224
1234
  # @option options [Boolean] :publicly_accessible
1225
1235
  # A value that indicates whether the DB instance is publicly accessible.
1226
1236
  #
@@ -1258,6 +1268,8 @@ module Aws::RDS
1258
1268
  # Tags to assign to the DB instance.
1259
1269
  # @option options [String] :db_cluster_identifier
1260
1270
  # The identifier of the DB cluster that the instance will belong to.
1271
+ #
1272
+ # This setting doesn't apply to RDS Custom.
1261
1273
  # @option options [String] :storage_type
1262
1274
  # Specifies the storage type to be associated with the DB instance.
1263
1275
  #
@@ -1270,13 +1282,21 @@ module Aws::RDS
1270
1282
  # @option options [String] :tde_credential_arn
1271
1283
  # The ARN from the key store with which to associate the instance for
1272
1284
  # TDE encryption.
1285
+ #
1286
+ # This setting doesn't apply to RDS Custom.
1273
1287
  # @option options [String] :tde_credential_password
1274
1288
  # The password for the given ARN from the key store in order to access
1275
1289
  # the device.
1290
+ #
1291
+ # This setting doesn't apply to RDS Custom.
1276
1292
  # @option options [Boolean] :storage_encrypted
1277
1293
  # A value that indicates whether the DB instance is encrypted. By
1278
1294
  # default, it isn't encrypted.
1279
1295
  #
1296
+ # For RDS Custom Oracle instances, either set this parameter to `true`
1297
+ # or leave it unset. If you set this parameter to `false`, RDS reports
1298
+ # an error.
1299
+ #
1280
1300
  # **Amazon Aurora**
1281
1301
  #
1282
1302
  # Not applicable. The encryption for DB instances is managed by the DB
@@ -1286,9 +1306,9 @@ module Aws::RDS
1286
1306
  # instance.
1287
1307
  #
1288
1308
  # The Amazon Web Services KMS key identifier is the key ARN, key ID,
1289
- # alias ARN, or alias name for the Amazon Web Services KMS customer
1290
- # master key (CMK). To use a CMK in a different Amazon Web Services
1291
- # account, specify the key ARN or alias ARN.
1309
+ # alias ARN, or alias name for the KMS key. To use a KMS key in a
1310
+ # different Amazon Web Services account, specify the key ARN or alias
1311
+ # ARN.
1292
1312
  #
1293
1313
  # **Amazon Aurora**
1294
1314
  #
@@ -1296,10 +1316,18 @@ module Aws::RDS
1296
1316
  # by the DB cluster. For more information, see `CreateDBCluster`.
1297
1317
  #
1298
1318
  # If `StorageEncrypted` is enabled, and you do not specify a value for
1299
- # the `KmsKeyId` parameter, then Amazon RDS uses your default CMK. There
1300
- # is a default CMK for your Amazon Web Services account. Your Amazon Web
1301
- # Services account has a different default CMK for each Amazon Web
1302
- # Services Region.
1319
+ # the `KmsKeyId` parameter, then Amazon RDS uses your default KMS key.
1320
+ # There is a default KMS key for your Amazon Web Services account. Your
1321
+ # Amazon Web Services account has a different default KMS key for each
1322
+ # Amazon Web Services Region.
1323
+ #
1324
+ # **Amazon RDS Custom**
1325
+ #
1326
+ # A KMS key is required for RDS Custom Oracle instances. For most RDS
1327
+ # engines, if you leave this parameter empty while enabling
1328
+ # `StorageEncrypted`, the engine uses the default KMS key. However, RDS
1329
+ # Custom for Oracle doesn't use the default key when this parameter is
1330
+ # empty. You must explicitly specify a key.
1303
1331
  # @option options [String] :domain
1304
1332
  # The Active Directory directory ID to create the DB instance in.
1305
1333
  # Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB
@@ -1308,6 +1336,8 @@ module Aws::RDS
1308
1336
  # For more information, see [ Kerberos Authentication][1] in the *Amazon
1309
1337
  # RDS User Guide*.
1310
1338
  #
1339
+ # This setting doesn't apply to RDS Custom.
1340
+ #
1311
1341
  #
1312
1342
  #
1313
1343
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
@@ -1322,35 +1352,43 @@ module Aws::RDS
1322
1352
  # the DB cluster setting.
1323
1353
  # @option options [Integer] :monitoring_interval
1324
1354
  # The interval, in seconds, between points when Enhanced Monitoring
1325
- # metrics are collected for the DB instance. To disable collecting
1355
+ # metrics are collected for the DB instance. To disable collection of
1326
1356
  # Enhanced Monitoring metrics, specify 0. The default is 0.
1327
1357
  #
1328
- # If `MonitoringRoleArn` is specified, then you must also set
1358
+ # If `MonitoringRoleArn` is specified, then you must set
1329
1359
  # `MonitoringInterval` to a value other than 0.
1330
1360
  #
1361
+ # This setting doesn't apply to RDS Custom.
1362
+ #
1331
1363
  # Valid Values: `0, 1, 5, 10, 15, 30, 60`
1332
1364
  # @option options [String] :monitoring_role_arn
1333
1365
  # The ARN for the IAM role that permits RDS to send enhanced monitoring
1334
1366
  # metrics to Amazon CloudWatch Logs. For example,
1335
1367
  # `arn:aws:iam:123456789012:role/emaccess`. For information on creating
1336
- # a monitoring role, go to [Setting Up and Enabling Enhanced
1368
+ # a monitoring role, see [Setting Up and Enabling Enhanced
1337
1369
  # Monitoring][1] in the *Amazon RDS User Guide*.
1338
1370
  #
1339
1371
  # If `MonitoringInterval` is set to a value other than 0, then you must
1340
1372
  # supply a `MonitoringRoleArn` value.
1341
1373
  #
1374
+ # This setting doesn't apply to RDS Custom.
1375
+ #
1342
1376
  #
1343
1377
  #
1344
1378
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling
1345
1379
  # @option options [String] :domain_iam_role_name
1346
1380
  # Specify the name of the IAM role to be used when making API calls to
1347
1381
  # the Directory Service.
1382
+ #
1383
+ # This setting doesn't apply to RDS Custom.
1348
1384
  # @option options [Integer] :promotion_tier
1349
1385
  # A value that specifies the order in which an Aurora Replica is
1350
1386
  # promoted to the primary instance after a failure of the existing
1351
1387
  # primary instance. For more information, see [ Fault Tolerance for an
1352
1388
  # Aurora DB Cluster][1] in the *Amazon Aurora User Guide*.
1353
1389
  #
1390
+ # This setting doesn't apply to RDS Custom.
1391
+ #
1354
1392
  # Default: 1
1355
1393
  #
1356
1394
  # Valid Values: 0 - 15
@@ -1370,9 +1408,9 @@ module Aws::RDS
1370
1408
  # Services Identity and Access Management (IAM) accounts to database
1371
1409
  # accounts. By default, mapping is disabled.
1372
1410
  #
1373
- # This setting doesn't apply to Amazon Aurora. Mapping Amazon Web
1374
- # Services IAM accounts to database accounts is managed by the DB
1375
- # cluster.
1411
+ # This setting doesn't apply to RDS Custom or Amazon Aurora. In Aurora,
1412
+ # mapping Amazon Web Services IAM accounts to database accounts is
1413
+ # managed by the DB cluster.
1376
1414
  #
1377
1415
  # For more information, see [ IAM Database Authentication for MySQL and
1378
1416
  # PostgreSQL][1] in the *Amazon RDS User Guide.*
@@ -1382,10 +1420,10 @@ module Aws::RDS
1382
1420
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
1383
1421
  # @option options [Boolean] :enable_performance_insights
1384
1422
  # A value that indicates whether to enable Performance Insights for the
1385
- # DB instance.
1423
+ # DB instance. For more information, see [Using Amazon Performance
1424
+ # Insights][1] in the *Amazon Relational Database Service User Guide*.
1386
1425
  #
1387
- # For more information, see [Using Amazon Performance Insights][1] in
1388
- # the *Amazon Relational Database Service User Guide*.
1426
+ # This setting doesn't apply to RDS Custom.
1389
1427
  #
1390
1428
  #
1391
1429
  #
@@ -1395,27 +1433,33 @@ module Aws::RDS
1395
1433
  # Performance Insights data.
1396
1434
  #
1397
1435
  # The Amazon Web Services KMS key identifier is the key ARN, key ID,
1398
- # alias ARN, or alias name for the Amazon Web Services KMS customer
1399
- # master key (CMK).
1436
+ # alias ARN, or alias name for the KMS key.
1400
1437
  #
1401
1438
  # If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
1402
- # Amazon RDS uses your default CMK. There is a default CMK for your
1403
- # Amazon Web Services account. Your Amazon Web Services account has a
1404
- # different default CMK for each Amazon Web Services Region.
1439
+ # Amazon RDS uses your default KMS key. There is a default KMS key for
1440
+ # your Amazon Web Services account. Your Amazon Web Services account has
1441
+ # a different default KMS key for each Amazon Web Services Region.
1442
+ #
1443
+ # This setting doesn't apply to RDS Custom.
1405
1444
  # @option options [Integer] :performance_insights_retention_period
1406
1445
  # The amount of time, in days, to retain Performance Insights data.
1407
1446
  # Valid values are 7 or 731 (2 years).
1447
+ #
1448
+ # This setting doesn't apply to RDS Custom.
1408
1449
  # @option options [Array<String>] :enable_cloudwatch_logs_exports
1409
1450
  # The list of log types that need to be enabled for exporting to
1410
- # CloudWatch Logs. The values in the list depend on the DB engine being
1411
- # used. For more information, see [Publishing Database Logs to Amazon
1412
- # CloudWatch Logs ][1] in the *Amazon Relational Database Service User
1413
- # Guide*.
1451
+ # CloudWatch Logs. The values in the list depend on the DB engine. For
1452
+ # more information, see [Publishing Database Logs to Amazon CloudWatch
1453
+ # Logs][1] in the *Amazon Relational Database Service User Guide*.
1414
1454
  #
1415
1455
  # **Amazon Aurora**
1416
1456
  #
1417
1457
  # Not applicable. CloudWatch Logs exports are managed by the DB cluster.
1418
1458
  #
1459
+ # **RDS Custom**
1460
+ #
1461
+ # Not applicable.
1462
+ #
1419
1463
  # **MariaDB**
1420
1464
  #
1421
1465
  # Possible values are `audit`, `error`, `general`, and `slowquery`.
@@ -1443,6 +1487,8 @@ module Aws::RDS
1443
1487
  # @option options [Array<Types::ProcessorFeature>] :processor_features
1444
1488
  # The number of CPU cores and the number of threads per core for the DB
1445
1489
  # instance class of the DB instance.
1490
+ #
1491
+ # This setting doesn't apply to RDS Custom.
1446
1492
  # @option options [Boolean] :deletion_protection
1447
1493
  # A value that indicates whether the DB instance has deletion protection
1448
1494
  # enabled. The database can't be deleted when deletion protection is
@@ -1467,6 +1513,8 @@ module Aws::RDS
1467
1513
  # apply to it, see [ Managing capacity automatically with Amazon RDS
1468
1514
  # storage autoscaling][1] in the *Amazon RDS User Guide*.
1469
1515
  #
1516
+ # This setting doesn't apply to RDS Custom.
1517
+ #
1470
1518
  #
1471
1519
  #
1472
1520
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
@@ -1490,6 +1538,40 @@ module Aws::RDS
1490
1538
  #
1491
1539
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
1492
1540
  # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing
1541
+ # @option options [String] :custom_iam_instance_profile
1542
+ # The instance profile associated with the underlying Amazon EC2
1543
+ # instance of an RDS Custom DB instance. The instance profile must meet
1544
+ # the following requirements:
1545
+ #
1546
+ # * The profile must exist in your account.
1547
+ #
1548
+ # * The profile must have an IAM role that Amazon EC2 has permissions to
1549
+ # assume.
1550
+ #
1551
+ # * The instance profile name and the associated IAM role name must
1552
+ # start with the prefix `AWSRDSCustom`.
1553
+ #
1554
+ # For the list of permissions required for the IAM role, see [ Configure
1555
+ # IAM and your VPC][1] in the *Amazon Relational Database Service User
1556
+ # Guide*.
1557
+ #
1558
+ # This setting is required for RDS Custom.
1559
+ #
1560
+ #
1561
+ #
1562
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc
1563
+ # @option options [String] :backup_target
1564
+ # Specifies where automated backups and manual snapshots are stored.
1565
+ #
1566
+ # Possible values are `outposts` (Amazon Web Services Outposts) and
1567
+ # `region` (Amazon Web Services Region). The default is `region`.
1568
+ #
1569
+ # For more information, see [Working with Amazon RDS on Amazon Web
1570
+ # Services Outposts][1] in the *Amazon RDS User Guide*.
1571
+ #
1572
+ #
1573
+ #
1574
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
1493
1575
  # @return [DBInstance]
1494
1576
  def create_db_instance(options = {})
1495
1577
  resp = @client.create_db_instance(options)
@@ -2131,6 +2213,10 @@ module Aws::RDS
2131
2213
  # If this parameter is enabled and the requested engine supports the
2132
2214
  # `CharacterSetName` parameter for `CreateDBInstance`, the response
2133
2215
  # includes a list of supported character sets for each engine version.
2216
+ #
2217
+ # For RDS Custom, the default is not to list supported character sets.
2218
+ # If you set `ListSupportedCharacterSets` to `true`, RDS Custom returns
2219
+ # no results.
2134
2220
  # @option options [Boolean] :list_supported_timezones
2135
2221
  # A value that indicates whether to list the supported time zones for
2136
2222
  # each engine version.
@@ -2138,6 +2224,10 @@ module Aws::RDS
2138
2224
  # If this parameter is enabled and the requested engine supports the
2139
2225
  # `TimeZone` parameter for `CreateDBInstance`, the response includes a
2140
2226
  # list of supported time zones for each engine version.
2227
+ #
2228
+ # For RDS Custom, the default is not to list supported time zones. If
2229
+ # you set `ListSupportedTimezones` to `true`, RDS Custom returns no
2230
+ # results.
2141
2231
  # @option options [Boolean] :include_all
2142
2232
  # A value that indicates whether to include engine versions that aren't
2143
2233
  # available in the list. The default is to list only available engine
@@ -2441,6 +2531,8 @@ module Aws::RDS
2441
2531
  # You can give an Amazon Web Services account permission to restore a
2442
2532
  # manual DB snapshot from another Amazon Web Services account by using
2443
2533
  # the `ModifyDBSnapshotAttribute` API action.
2534
+ #
2535
+ # This setting doesn't apply to RDS Custom.
2444
2536
  # @option options [Boolean] :include_public
2445
2537
  # A value that indicates whether to include manual DB cluster snapshots
2446
2538
  # that are public and can be copied or restored by any Amazon Web
@@ -2448,6 +2540,8 @@ module Aws::RDS
2448
2540
  #
2449
2541
  # You can share a manual DB snapshot as public by using the
2450
2542
  # ModifyDBSnapshotAttribute API.
2543
+ #
2544
+ # This setting doesn't apply to RDS Custom.
2451
2545
  # @option options [String] :dbi_resource_id
2452
2546
  # A specific DB resource ID to describe.
2453
2547
  # @return [DBSnapshot::Collection]
@@ -2608,7 +2702,7 @@ module Aws::RDS
2608
2702
  #
2609
2703
  # events = rds.events({
2610
2704
  # source_identifier: "String",
2611
- # source_type: "db-instance", # accepts db-instance, db-parameter-group, db-security-group, db-snapshot, db-cluster, db-cluster-snapshot
2705
+ # source_type: "db-instance", # accepts db-instance, db-parameter-group, db-security-group, db-snapshot, db-cluster, db-cluster-snapshot, custom-engine-version
2612
2706
  # start_time: Time.now,
2613
2707
  # end_time: Time.now,
2614
2708
  # duration: 1,