aws-sdk-rds 1.183.0 → 1.184.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +142 -70
- data/lib/aws-sdk-rds/db_instance.rb +65 -50
- data/lib/aws-sdk-rds/db_snapshot.rb +8 -9
- data/lib/aws-sdk-rds/resource.rb +45 -27
- data/lib/aws-sdk-rds/types.rb +139 -73
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +4 -4
@@ -974,14 +974,6 @@ module Aws::RDS
|
|
974
974
|
# engine.
|
975
975
|
#
|
976
976
|
# Amazon Aurora MySQL
|
977
|
-
# Amazon Aurora PostgreSQL
|
978
|
-
# Amazon RDS Custom for Oracle
|
979
|
-
# Amazon RDS Custom for SQL Server
|
980
|
-
# RDS for MariaDB
|
981
|
-
# RDS for MySQL
|
982
|
-
# RDS for Oracle
|
983
|
-
# RDS for PostgreSQL
|
984
|
-
# RDS for SQL Server
|
985
977
|
#
|
986
978
|
# : The name of the database to create when the primary DB instance of
|
987
979
|
# the Aurora MySQL DB cluster is created. If you don't specify a
|
@@ -993,6 +985,8 @@ module Aws::RDS
|
|
993
985
|
#
|
994
986
|
# * Can't be a word reserved by the database engine.
|
995
987
|
#
|
988
|
+
# Amazon Aurora PostgreSQL
|
989
|
+
#
|
996
990
|
# : The name of the database to create when the primary DB instance of
|
997
991
|
# the Aurora PostgreSQL DB cluster is created.
|
998
992
|
#
|
@@ -1007,6 +1001,8 @@ module Aws::RDS
|
|
1007
1001
|
#
|
1008
1002
|
# * Can't be a word reserved by the database engine.
|
1009
1003
|
#
|
1004
|
+
# Amazon RDS Custom for Oracle
|
1005
|
+
#
|
1010
1006
|
# : The Oracle System ID (SID) of the created RDS Custom DB instance.
|
1011
1007
|
#
|
1012
1008
|
# Default: `ORCL`
|
@@ -1019,8 +1015,12 @@ module Aws::RDS
|
|
1019
1015
|
#
|
1020
1016
|
# * Can't be a word reserved by the database engine.
|
1021
1017
|
#
|
1018
|
+
# Amazon RDS Custom for SQL Server
|
1019
|
+
#
|
1022
1020
|
# : Not applicable. Must be null.
|
1023
1021
|
#
|
1022
|
+
# RDS for MariaDB
|
1023
|
+
#
|
1024
1024
|
# : The name of the database to create when the DB instance is created.
|
1025
1025
|
# If you don't specify a value, Amazon RDS doesn't create a database
|
1026
1026
|
# in the DB instance.
|
@@ -1034,6 +1034,8 @@ module Aws::RDS
|
|
1034
1034
|
#
|
1035
1035
|
# * Can't be a word reserved by the database engine.
|
1036
1036
|
#
|
1037
|
+
# RDS for MySQL
|
1038
|
+
#
|
1037
1039
|
# : The name of the database to create when the DB instance is created.
|
1038
1040
|
# If you don't specify a value, Amazon RDS doesn't create a database
|
1039
1041
|
# in the DB instance.
|
@@ -1047,6 +1049,8 @@ module Aws::RDS
|
|
1047
1049
|
#
|
1048
1050
|
# * Can't be a word reserved by the database engine.
|
1049
1051
|
#
|
1052
|
+
# RDS for Oracle
|
1053
|
+
#
|
1050
1054
|
# : The Oracle System ID (SID) of the created DB instance.
|
1051
1055
|
#
|
1052
1056
|
# Default: `ORCL`
|
@@ -1058,6 +1062,8 @@ module Aws::RDS
|
|
1058
1062
|
# * Can't be a word reserved by the database engine, such as the
|
1059
1063
|
# string `NULL`.
|
1060
1064
|
#
|
1065
|
+
# RDS for PostgreSQL
|
1066
|
+
#
|
1061
1067
|
# : The name of the database to create when the DB instance is created.
|
1062
1068
|
#
|
1063
1069
|
# Default: `postgres`
|
@@ -1071,6 +1077,8 @@ module Aws::RDS
|
|
1071
1077
|
#
|
1072
1078
|
# * Can't be a word reserved by the database engine.
|
1073
1079
|
#
|
1080
|
+
# RDS for SQL Server
|
1081
|
+
#
|
1074
1082
|
# : Not applicable. Must be null.
|
1075
1083
|
# @option options [Integer] :allocated_storage
|
1076
1084
|
# The amount of storage in gibibytes (GiB) to allocate for the DB
|
@@ -1082,11 +1090,6 @@ module Aws::RDS
|
|
1082
1090
|
# use in an Aurora cluster volume.
|
1083
1091
|
#
|
1084
1092
|
# Amazon RDS Custom
|
1085
|
-
# RDS for MariaDB
|
1086
|
-
# RDS for MySQL
|
1087
|
-
# RDS for Oracle
|
1088
|
-
# RDS for PostgreSQL
|
1089
|
-
# RDS for SQL Server
|
1090
1093
|
#
|
1091
1094
|
# : Constraints to the amount of storage for each storage type are the
|
1092
1095
|
# following:
|
@@ -1099,6 +1102,8 @@ module Aws::RDS
|
|
1099
1102
|
# 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
|
1100
1103
|
# Server.
|
1101
1104
|
#
|
1105
|
+
# RDS for MariaDB
|
1106
|
+
#
|
1102
1107
|
# : Constraints to the amount of storage for each storage type are the
|
1103
1108
|
# following:
|
1104
1109
|
#
|
@@ -1110,6 +1115,8 @@ module Aws::RDS
|
|
1110
1115
|
#
|
1111
1116
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
1112
1117
|
#
|
1118
|
+
# RDS for MySQL
|
1119
|
+
#
|
1113
1120
|
# : Constraints to the amount of storage for each storage type are the
|
1114
1121
|
# following:
|
1115
1122
|
#
|
@@ -1121,6 +1128,8 @@ module Aws::RDS
|
|
1121
1128
|
#
|
1122
1129
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
1123
1130
|
#
|
1131
|
+
# RDS for Oracle
|
1132
|
+
#
|
1124
1133
|
# : Constraints to the amount of storage for each storage type are the
|
1125
1134
|
# following:
|
1126
1135
|
#
|
@@ -1132,6 +1141,8 @@ module Aws::RDS
|
|
1132
1141
|
#
|
1133
1142
|
# * Magnetic storage (standard): Must be an integer from 10 to 3072.
|
1134
1143
|
#
|
1144
|
+
# RDS for PostgreSQL
|
1145
|
+
#
|
1135
1146
|
# : Constraints to the amount of storage for each storage type are the
|
1136
1147
|
# following:
|
1137
1148
|
#
|
@@ -1143,6 +1154,8 @@ module Aws::RDS
|
|
1143
1154
|
#
|
1144
1155
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
1145
1156
|
#
|
1157
|
+
# RDS for SQL Server
|
1158
|
+
#
|
1146
1159
|
# : Constraints to the amount of storage for each storage type are the
|
1147
1160
|
# following:
|
1148
1161
|
#
|
@@ -1445,12 +1458,6 @@ module Aws::RDS
|
|
1445
1458
|
# Region.
|
1446
1459
|
#
|
1447
1460
|
# Amazon RDS Custom for Oracle
|
1448
|
-
# Amazon RDS Custom for SQL Server
|
1449
|
-
# RDS for MariaDB
|
1450
|
-
# RDS for Microsoft SQL Server
|
1451
|
-
# RDS for MySQL
|
1452
|
-
# RDS for Oracle
|
1453
|
-
# RDS for PostgreSQL
|
1454
1461
|
#
|
1455
1462
|
# : A custom engine version (CEV) that you have previously created. This
|
1456
1463
|
# setting is required for RDS Custom for Oracle. The CEV name has the
|
@@ -1458,21 +1465,33 @@ module Aws::RDS
|
|
1458
1465
|
# `19.my_cev1`. For more information, see [ Creating an RDS Custom for
|
1459
1466
|
# Oracle DB instance][1] in the *Amazon RDS User Guide*.
|
1460
1467
|
#
|
1468
|
+
# Amazon RDS Custom for SQL Server
|
1469
|
+
#
|
1461
1470
|
# : See [RDS Custom for SQL Server general requirements][2] in the
|
1462
1471
|
# *Amazon RDS User Guide*.
|
1463
1472
|
#
|
1473
|
+
# RDS for MariaDB
|
1474
|
+
#
|
1464
1475
|
# : For information, see [MariaDB on Amazon RDS versions][3] in the
|
1465
1476
|
# *Amazon RDS User Guide*.
|
1466
1477
|
#
|
1478
|
+
# RDS for Microsoft SQL Server
|
1479
|
+
#
|
1467
1480
|
# : For information, see [Microsoft SQL Server versions on Amazon
|
1468
1481
|
# RDS][4] in the *Amazon RDS User Guide*.
|
1469
1482
|
#
|
1483
|
+
# RDS for MySQL
|
1484
|
+
#
|
1470
1485
|
# : For information, see [MySQL on Amazon RDS versions][5] in the
|
1471
1486
|
# *Amazon RDS User Guide*.
|
1472
1487
|
#
|
1488
|
+
# RDS for Oracle
|
1489
|
+
#
|
1473
1490
|
# : For information, see [Oracle Database Engine release notes][6] in
|
1474
1491
|
# the *Amazon RDS User Guide*.
|
1475
1492
|
#
|
1493
|
+
# RDS for PostgreSQL
|
1494
|
+
#
|
1476
1495
|
# : For information, see [Amazon RDS for PostgreSQL versions and
|
1477
1496
|
# extensions][7] in the *Amazon RDS User Guide*.
|
1478
1497
|
#
|
@@ -1670,12 +1689,11 @@ module Aws::RDS
|
|
1670
1689
|
#
|
1671
1690
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
|
1672
1691
|
# @option options [String] :domain_fqdn
|
1673
|
-
#
|
1674
|
-
# domain.
|
1692
|
+
# The fully qualified domain name (FQDN) of an Active Directory domain.
|
1675
1693
|
#
|
1676
1694
|
# Constraints:
|
1677
1695
|
#
|
1678
|
-
# *
|
1696
|
+
# * Can't be longer than 64 characters.
|
1679
1697
|
#
|
1680
1698
|
# ^
|
1681
1699
|
#
|
@@ -1687,13 +1705,13 @@ module Aws::RDS
|
|
1687
1705
|
#
|
1688
1706
|
# * Must be in the distinguished name format.
|
1689
1707
|
#
|
1690
|
-
# *
|
1708
|
+
# * Can't be longer than 64 characters.
|
1691
1709
|
#
|
1692
1710
|
# Example:
|
1693
1711
|
# `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
1694
1712
|
# @option options [String] :domain_auth_secret_arn
|
1695
|
-
# The ARN for the Secrets Manager secret
|
1696
|
-
#
|
1713
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
1714
|
+
# user joining the domain.
|
1697
1715
|
#
|
1698
1716
|
# Example:
|
1699
1717
|
# `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
|
@@ -1711,8 +1729,8 @@ module Aws::RDS
|
|
1711
1729
|
#
|
1712
1730
|
# Example: `123.124.125.126,234.235.236.237`
|
1713
1731
|
# @option options [Boolean] :copy_tags_to_snapshot
|
1714
|
-
#
|
1715
|
-
# DB instance. By default, tags are not copied.
|
1732
|
+
# Specifies whether to copy tags from the DB instance to snapshots of
|
1733
|
+
# the DB instance. By default, tags are not copied.
|
1716
1734
|
#
|
1717
1735
|
# This setting doesn't apply to Amazon Aurora DB instances. Copying
|
1718
1736
|
# tags to snapshots is managed by the DB cluster. Setting this value for
|
@@ -2490,12 +2508,11 @@ module Aws::RDS
|
|
2490
2508
|
#
|
2491
2509
|
# This setting doesn't apply to RDS Custom.
|
2492
2510
|
# @option options [String] :domain_fqdn
|
2493
|
-
#
|
2494
|
-
# domain.
|
2511
|
+
# The fully qualified domain name (FQDN) of an Active Directory domain.
|
2495
2512
|
#
|
2496
2513
|
# Constraints:
|
2497
2514
|
#
|
2498
|
-
# *
|
2515
|
+
# * Can't be longer than 64 characters.
|
2499
2516
|
#
|
2500
2517
|
# ^
|
2501
2518
|
#
|
@@ -2507,13 +2524,13 @@ module Aws::RDS
|
|
2507
2524
|
#
|
2508
2525
|
# * Must be in the distinguished name format.
|
2509
2526
|
#
|
2510
|
-
# *
|
2527
|
+
# * Can't be longer than 64 characters.
|
2511
2528
|
#
|
2512
2529
|
# Example:
|
2513
2530
|
# `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
2514
2531
|
# @option options [String] :domain_auth_secret_arn
|
2515
|
-
# The ARN for the Secrets Manager secret
|
2516
|
-
#
|
2532
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
2533
|
+
# user joining the domain.
|
2517
2534
|
#
|
2518
2535
|
# Example:
|
2519
2536
|
# `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
|
@@ -3327,12 +3344,11 @@ module Aws::RDS
|
|
3327
3344
|
#
|
3328
3345
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
|
3329
3346
|
# @option options [String] :domain_fqdn
|
3330
|
-
#
|
3331
|
-
# domain.
|
3347
|
+
# The fully qualified domain name (FQDN) of an Active Directory domain.
|
3332
3348
|
#
|
3333
3349
|
# Constraints:
|
3334
3350
|
#
|
3335
|
-
# *
|
3351
|
+
# * Can't be longer than 64 characters.
|
3336
3352
|
#
|
3337
3353
|
# ^
|
3338
3354
|
#
|
@@ -3344,13 +3360,13 @@ module Aws::RDS
|
|
3344
3360
|
#
|
3345
3361
|
# * Must be in the distinguished name format.
|
3346
3362
|
#
|
3347
|
-
# *
|
3363
|
+
# * Can't be longer than 64 characters.
|
3348
3364
|
#
|
3349
3365
|
# Example:
|
3350
3366
|
# `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
3351
3367
|
# @option options [String] :domain_auth_secret_arn
|
3352
|
-
# The ARN for the Secrets Manager secret
|
3353
|
-
#
|
3368
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
3369
|
+
# user joining the domain.
|
3354
3370
|
#
|
3355
3371
|
# Example:
|
3356
3372
|
# `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
|
@@ -3463,7 +3479,7 @@ module Aws::RDS
|
|
3463
3479
|
#
|
3464
3480
|
# This setting doesn't apply to RDS Custom DB instances.
|
3465
3481
|
# @option options [Boolean] :disable_domain
|
3466
|
-
#
|
3482
|
+
# Specifies whether to remove the DB instance from the Active Directory
|
3467
3483
|
# domain.
|
3468
3484
|
# @option options [Integer] :promotion_tier
|
3469
3485
|
# The order of priority in which an Aurora Replica is promoted to the
|
@@ -4164,17 +4180,16 @@ module Aws::RDS
|
|
4164
4180
|
#
|
4165
4181
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
|
4166
4182
|
# @option options [String] :domain_iam_role_name
|
4167
|
-
#
|
4168
|
-
#
|
4183
|
+
# The name of the IAM role to use when making API calls to the Directory
|
4184
|
+
# Service.
|
4169
4185
|
#
|
4170
|
-
# This setting doesn't apply to RDS Custom.
|
4186
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
4171
4187
|
# @option options [String] :domain_fqdn
|
4172
|
-
#
|
4173
|
-
# domain.
|
4188
|
+
# The fully qualified domain name (FQDN) of an Active Directory domain.
|
4174
4189
|
#
|
4175
4190
|
# Constraints:
|
4176
4191
|
#
|
4177
|
-
# *
|
4192
|
+
# * Can't be longer than 64 characters.
|
4178
4193
|
#
|
4179
4194
|
# ^
|
4180
4195
|
#
|
@@ -4186,17 +4201,17 @@ module Aws::RDS
|
|
4186
4201
|
#
|
4187
4202
|
# * Must be in the distinguished name format.
|
4188
4203
|
#
|
4189
|
-
# *
|
4204
|
+
# * Can't be longer than 64 characters.
|
4190
4205
|
#
|
4191
4206
|
# Example:
|
4192
4207
|
# `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
4193
4208
|
# @option options [String] :domain_auth_secret_arn
|
4194
|
-
# The ARN for the Secrets Manager secret
|
4195
|
-
#
|
4209
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
4210
|
+
# user joining the domain.
|
4196
4211
|
#
|
4197
4212
|
# Constraints:
|
4198
4213
|
#
|
4199
|
-
# *
|
4214
|
+
# * Can't be longer than 64 characters.
|
4200
4215
|
#
|
4201
4216
|
# ^
|
4202
4217
|
#
|
@@ -880,12 +880,11 @@ module Aws::RDS
|
|
880
880
|
#
|
881
881
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
|
882
882
|
# @option options [String] :domain_fqdn
|
883
|
-
#
|
884
|
-
# domain.
|
883
|
+
# The fully qualified domain name (FQDN) of an Active Directory domain.
|
885
884
|
#
|
886
885
|
# Constraints:
|
887
886
|
#
|
888
|
-
# *
|
887
|
+
# * Can't be longer than 64 characters.
|
889
888
|
#
|
890
889
|
# ^
|
891
890
|
#
|
@@ -897,13 +896,13 @@ module Aws::RDS
|
|
897
896
|
#
|
898
897
|
# * Must be in the distinguished name format.
|
899
898
|
#
|
900
|
-
# *
|
899
|
+
# * Can't be longer than 64 characters.
|
901
900
|
#
|
902
901
|
# Example:
|
903
902
|
# `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
904
903
|
# @option options [String] :domain_auth_secret_arn
|
905
|
-
# The ARN for the Secrets Manager secret
|
906
|
-
#
|
904
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
905
|
+
# user joining the domain.
|
907
906
|
#
|
908
907
|
# Constraints:
|
909
908
|
#
|
@@ -940,10 +939,10 @@ module Aws::RDS
|
|
940
939
|
#
|
941
940
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.CopyTags
|
942
941
|
# @option options [String] :domain_iam_role_name
|
943
|
-
#
|
944
|
-
#
|
942
|
+
# The name of the IAM role to use when making API calls to the Directory
|
943
|
+
# Service.
|
945
944
|
#
|
946
|
-
# This setting doesn't apply to RDS Custom.
|
945
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
947
946
|
# @option options [Boolean] :enable_iam_database_authentication
|
948
947
|
# A value that indicates whether to enable mapping of Amazon Web
|
949
948
|
# Services Identity and Access Management (IAM) accounts to database
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -1029,14 +1029,6 @@ module Aws::RDS
|
|
1029
1029
|
# engine.
|
1030
1030
|
#
|
1031
1031
|
# Amazon Aurora MySQL
|
1032
|
-
# Amazon Aurora PostgreSQL
|
1033
|
-
# Amazon RDS Custom for Oracle
|
1034
|
-
# Amazon RDS Custom for SQL Server
|
1035
|
-
# RDS for MariaDB
|
1036
|
-
# RDS for MySQL
|
1037
|
-
# RDS for Oracle
|
1038
|
-
# RDS for PostgreSQL
|
1039
|
-
# RDS for SQL Server
|
1040
1032
|
#
|
1041
1033
|
# : The name of the database to create when the primary DB instance of
|
1042
1034
|
# the Aurora MySQL DB cluster is created. If you don't specify a
|
@@ -1048,6 +1040,8 @@ module Aws::RDS
|
|
1048
1040
|
#
|
1049
1041
|
# * Can't be a word reserved by the database engine.
|
1050
1042
|
#
|
1043
|
+
# Amazon Aurora PostgreSQL
|
1044
|
+
#
|
1051
1045
|
# : The name of the database to create when the primary DB instance of
|
1052
1046
|
# the Aurora PostgreSQL DB cluster is created.
|
1053
1047
|
#
|
@@ -1062,6 +1056,8 @@ module Aws::RDS
|
|
1062
1056
|
#
|
1063
1057
|
# * Can't be a word reserved by the database engine.
|
1064
1058
|
#
|
1059
|
+
# Amazon RDS Custom for Oracle
|
1060
|
+
#
|
1065
1061
|
# : The Oracle System ID (SID) of the created RDS Custom DB instance.
|
1066
1062
|
#
|
1067
1063
|
# Default: `ORCL`
|
@@ -1074,8 +1070,12 @@ module Aws::RDS
|
|
1074
1070
|
#
|
1075
1071
|
# * Can't be a word reserved by the database engine.
|
1076
1072
|
#
|
1073
|
+
# Amazon RDS Custom for SQL Server
|
1074
|
+
#
|
1077
1075
|
# : Not applicable. Must be null.
|
1078
1076
|
#
|
1077
|
+
# RDS for MariaDB
|
1078
|
+
#
|
1079
1079
|
# : The name of the database to create when the DB instance is created.
|
1080
1080
|
# If you don't specify a value, Amazon RDS doesn't create a database
|
1081
1081
|
# in the DB instance.
|
@@ -1089,6 +1089,8 @@ module Aws::RDS
|
|
1089
1089
|
#
|
1090
1090
|
# * Can't be a word reserved by the database engine.
|
1091
1091
|
#
|
1092
|
+
# RDS for MySQL
|
1093
|
+
#
|
1092
1094
|
# : The name of the database to create when the DB instance is created.
|
1093
1095
|
# If you don't specify a value, Amazon RDS doesn't create a database
|
1094
1096
|
# in the DB instance.
|
@@ -1102,6 +1104,8 @@ module Aws::RDS
|
|
1102
1104
|
#
|
1103
1105
|
# * Can't be a word reserved by the database engine.
|
1104
1106
|
#
|
1107
|
+
# RDS for Oracle
|
1108
|
+
#
|
1105
1109
|
# : The Oracle System ID (SID) of the created DB instance.
|
1106
1110
|
#
|
1107
1111
|
# Default: `ORCL`
|
@@ -1113,6 +1117,8 @@ module Aws::RDS
|
|
1113
1117
|
# * Can't be a word reserved by the database engine, such as the
|
1114
1118
|
# string `NULL`.
|
1115
1119
|
#
|
1120
|
+
# RDS for PostgreSQL
|
1121
|
+
#
|
1116
1122
|
# : The name of the database to create when the DB instance is created.
|
1117
1123
|
#
|
1118
1124
|
# Default: `postgres`
|
@@ -1126,6 +1132,8 @@ module Aws::RDS
|
|
1126
1132
|
#
|
1127
1133
|
# * Can't be a word reserved by the database engine.
|
1128
1134
|
#
|
1135
|
+
# RDS for SQL Server
|
1136
|
+
#
|
1129
1137
|
# : Not applicable. Must be null.
|
1130
1138
|
# @option options [required, String] :db_instance_identifier
|
1131
1139
|
# The identifier for this DB instance. This parameter is stored as a
|
@@ -1150,11 +1158,6 @@ module Aws::RDS
|
|
1150
1158
|
# use in an Aurora cluster volume.
|
1151
1159
|
#
|
1152
1160
|
# Amazon RDS Custom
|
1153
|
-
# RDS for MariaDB
|
1154
|
-
# RDS for MySQL
|
1155
|
-
# RDS for Oracle
|
1156
|
-
# RDS for PostgreSQL
|
1157
|
-
# RDS for SQL Server
|
1158
1161
|
#
|
1159
1162
|
# : Constraints to the amount of storage for each storage type are the
|
1160
1163
|
# following:
|
@@ -1167,6 +1170,8 @@ module Aws::RDS
|
|
1167
1170
|
# 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
|
1168
1171
|
# Server.
|
1169
1172
|
#
|
1173
|
+
# RDS for MariaDB
|
1174
|
+
#
|
1170
1175
|
# : Constraints to the amount of storage for each storage type are the
|
1171
1176
|
# following:
|
1172
1177
|
#
|
@@ -1178,6 +1183,8 @@ module Aws::RDS
|
|
1178
1183
|
#
|
1179
1184
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
1180
1185
|
#
|
1186
|
+
# RDS for MySQL
|
1187
|
+
#
|
1181
1188
|
# : Constraints to the amount of storage for each storage type are the
|
1182
1189
|
# following:
|
1183
1190
|
#
|
@@ -1189,6 +1196,8 @@ module Aws::RDS
|
|
1189
1196
|
#
|
1190
1197
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
1191
1198
|
#
|
1199
|
+
# RDS for Oracle
|
1200
|
+
#
|
1192
1201
|
# : Constraints to the amount of storage for each storage type are the
|
1193
1202
|
# following:
|
1194
1203
|
#
|
@@ -1200,6 +1209,8 @@ module Aws::RDS
|
|
1200
1209
|
#
|
1201
1210
|
# * Magnetic storage (standard): Must be an integer from 10 to 3072.
|
1202
1211
|
#
|
1212
|
+
# RDS for PostgreSQL
|
1213
|
+
#
|
1203
1214
|
# : Constraints to the amount of storage for each storage type are the
|
1204
1215
|
# following:
|
1205
1216
|
#
|
@@ -1211,6 +1222,8 @@ module Aws::RDS
|
|
1211
1222
|
#
|
1212
1223
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
1213
1224
|
#
|
1225
|
+
# RDS for SQL Server
|
1226
|
+
#
|
1214
1227
|
# : Constraints to the amount of storage for each storage type are the
|
1215
1228
|
# following:
|
1216
1229
|
#
|
@@ -1513,12 +1526,6 @@ module Aws::RDS
|
|
1513
1526
|
# Region.
|
1514
1527
|
#
|
1515
1528
|
# Amazon RDS Custom for Oracle
|
1516
|
-
# Amazon RDS Custom for SQL Server
|
1517
|
-
# RDS for MariaDB
|
1518
|
-
# RDS for Microsoft SQL Server
|
1519
|
-
# RDS for MySQL
|
1520
|
-
# RDS for Oracle
|
1521
|
-
# RDS for PostgreSQL
|
1522
1529
|
#
|
1523
1530
|
# : A custom engine version (CEV) that you have previously created. This
|
1524
1531
|
# setting is required for RDS Custom for Oracle. The CEV name has the
|
@@ -1526,21 +1533,33 @@ module Aws::RDS
|
|
1526
1533
|
# `19.my_cev1`. For more information, see [ Creating an RDS Custom for
|
1527
1534
|
# Oracle DB instance][1] in the *Amazon RDS User Guide*.
|
1528
1535
|
#
|
1536
|
+
# Amazon RDS Custom for SQL Server
|
1537
|
+
#
|
1529
1538
|
# : See [RDS Custom for SQL Server general requirements][2] in the
|
1530
1539
|
# *Amazon RDS User Guide*.
|
1531
1540
|
#
|
1541
|
+
# RDS for MariaDB
|
1542
|
+
#
|
1532
1543
|
# : For information, see [MariaDB on Amazon RDS versions][3] in the
|
1533
1544
|
# *Amazon RDS User Guide*.
|
1534
1545
|
#
|
1546
|
+
# RDS for Microsoft SQL Server
|
1547
|
+
#
|
1535
1548
|
# : For information, see [Microsoft SQL Server versions on Amazon
|
1536
1549
|
# RDS][4] in the *Amazon RDS User Guide*.
|
1537
1550
|
#
|
1551
|
+
# RDS for MySQL
|
1552
|
+
#
|
1538
1553
|
# : For information, see [MySQL on Amazon RDS versions][5] in the
|
1539
1554
|
# *Amazon RDS User Guide*.
|
1540
1555
|
#
|
1556
|
+
# RDS for Oracle
|
1557
|
+
#
|
1541
1558
|
# : For information, see [Oracle Database Engine release notes][6] in
|
1542
1559
|
# the *Amazon RDS User Guide*.
|
1543
1560
|
#
|
1561
|
+
# RDS for PostgreSQL
|
1562
|
+
#
|
1544
1563
|
# : For information, see [Amazon RDS for PostgreSQL versions and
|
1545
1564
|
# extensions][7] in the *Amazon RDS User Guide*.
|
1546
1565
|
#
|
@@ -1738,12 +1757,11 @@ module Aws::RDS
|
|
1738
1757
|
#
|
1739
1758
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
|
1740
1759
|
# @option options [String] :domain_fqdn
|
1741
|
-
#
|
1742
|
-
# domain.
|
1760
|
+
# The fully qualified domain name (FQDN) of an Active Directory domain.
|
1743
1761
|
#
|
1744
1762
|
# Constraints:
|
1745
1763
|
#
|
1746
|
-
# *
|
1764
|
+
# * Can't be longer than 64 characters.
|
1747
1765
|
#
|
1748
1766
|
# ^
|
1749
1767
|
#
|
@@ -1755,13 +1773,13 @@ module Aws::RDS
|
|
1755
1773
|
#
|
1756
1774
|
# * Must be in the distinguished name format.
|
1757
1775
|
#
|
1758
|
-
# *
|
1776
|
+
# * Can't be longer than 64 characters.
|
1759
1777
|
#
|
1760
1778
|
# Example:
|
1761
1779
|
# `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
1762
1780
|
# @option options [String] :domain_auth_secret_arn
|
1763
|
-
# The ARN for the Secrets Manager secret
|
1764
|
-
#
|
1781
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
1782
|
+
# user joining the domain.
|
1765
1783
|
#
|
1766
1784
|
# Example:
|
1767
1785
|
# `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
|
@@ -1779,8 +1797,8 @@ module Aws::RDS
|
|
1779
1797
|
#
|
1780
1798
|
# Example: `123.124.125.126,234.235.236.237`
|
1781
1799
|
# @option options [Boolean] :copy_tags_to_snapshot
|
1782
|
-
#
|
1783
|
-
# DB instance. By default, tags are not copied.
|
1800
|
+
# Specifies whether to copy tags from the DB instance to snapshots of
|
1801
|
+
# the DB instance. By default, tags are not copied.
|
1784
1802
|
#
|
1785
1803
|
# This setting doesn't apply to Amazon Aurora DB instances. Copying
|
1786
1804
|
# tags to snapshots is managed by the DB cluster. Setting this value for
|