aws-sdk-rds 1.0.0.rc15 → 1.0.0.rc16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +274 -277
- data/lib/aws-sdk-rds/db_cluster.rb +21 -21
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +17 -16
- data/lib/aws-sdk-rds/db_instance.rb +135 -90
- data/lib/aws-sdk-rds/db_snapshot.rb +28 -27
- data/lib/aws-sdk-rds/resource.rb +74 -61
- data/lib/aws-sdk-rds/types.rb +239 -183
- metadata +2 -2
@@ -435,8 +435,8 @@ module Aws::RDS
|
|
435
435
|
# parameter.
|
436
436
|
#
|
437
437
|
# Default: A 30-minute window selected at random from an 8-hour block of
|
438
|
-
# time per
|
439
|
-
# Preferred Maintenance Window][1] in the *Amazon RDS User Guide.*
|
438
|
+
# time per AWS Region. To see the time blocks available, see [ Adjusting
|
439
|
+
# the Preferred Maintenance Window][1] in the *Amazon RDS User Guide.*
|
440
440
|
#
|
441
441
|
# Constraints:
|
442
442
|
#
|
@@ -458,7 +458,7 @@ module Aws::RDS
|
|
458
458
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
459
459
|
#
|
460
460
|
# Default: A 30-minute window selected at random from an 8-hour block of
|
461
|
-
# time per
|
461
|
+
# time per AWS Region, occurring on a random day of the week. To see the
|
462
462
|
# time blocks available, see [ Adjusting the Preferred Maintenance
|
463
463
|
# Window][1] in the *Amazon RDS User Guide.*
|
464
464
|
#
|
@@ -489,38 +489,38 @@ module Aws::RDS
|
|
489
489
|
# value for the `KmsKeyId` parameter, then Amazon RDS will use your
|
490
490
|
# default encryption key. AWS KMS creates the default encryption key for
|
491
491
|
# your AWS account. Your AWS account has a different default encryption
|
492
|
-
# key for each AWS
|
492
|
+
# key for each AWS Region.
|
493
493
|
#
|
494
|
-
# If you create a Read Replica of an encrypted DB cluster in another
|
495
|
-
#
|
496
|
-
# destination
|
497
|
-
# that
|
494
|
+
# If you create a Read Replica of an encrypted DB cluster in another AWS
|
495
|
+
# Region, you must set `KmsKeyId` to a KMS key ID that is valid in the
|
496
|
+
# destination AWS Region. This key is used to encrypt the Read Replica
|
497
|
+
# in that AWS Region.
|
498
498
|
# @option options [String] :pre_signed_url
|
499
499
|
# A URL that contains a Signature Version 4 signed request for the
|
500
|
-
# `CreateDBCluster` action to be called in the source
|
501
|
-
# DB cluster will be replicated from. You only need to specify
|
500
|
+
# `CreateDBCluster` action to be called in the source AWS Region where
|
501
|
+
# the DB cluster will be replicated from. You only need to specify
|
502
502
|
# `PreSignedUrl` when you are performing cross-region replication from
|
503
503
|
# an encrypted DB cluster.
|
504
504
|
#
|
505
505
|
# The pre-signed URL must be a valid request for the `CreateDBCluster`
|
506
|
-
# API action that can be executed in the source
|
507
|
-
# encrypted DB cluster to be copied.
|
506
|
+
# API action that can be executed in the source AWS Region that contains
|
507
|
+
# the encrypted DB cluster to be copied.
|
508
508
|
#
|
509
509
|
# The pre-signed URL request must contain the following parameter
|
510
510
|
# values:
|
511
511
|
#
|
512
512
|
# * `KmsKeyId` - The KMS key identifier for the key to use to encrypt
|
513
|
-
# the copy of the DB cluster in the destination
|
514
|
-
# refer to the same KMS key for both the `CreateDBCluster`
|
515
|
-
# is called in the destination
|
516
|
-
# pre-signed URL.
|
513
|
+
# the copy of the DB cluster in the destination AWS Region. This
|
514
|
+
# should refer to the same KMS key for both the `CreateDBCluster`
|
515
|
+
# action that is called in the destination AWS Region, and the action
|
516
|
+
# contained in the pre-signed URL.
|
517
517
|
#
|
518
|
-
# * `DestinationRegion` - The name of the
|
518
|
+
# * `DestinationRegion` - The name of the AWS Region that Aurora Read
|
519
519
|
# Replica will be created in.
|
520
520
|
#
|
521
521
|
# * `ReplicationSourceIdentifier` - The DB cluster identifier for the
|
522
522
|
# encrypted DB cluster to be copied. This identifier must be in the
|
523
|
-
# Amazon Resource Name (ARN) format for the source
|
523
|
+
# Amazon Resource Name (ARN) format for the source AWS Region. For
|
524
524
|
# example, if you are copying an encrypted DB cluster from the
|
525
525
|
# us-west-2 region, then your `ReplicationSourceIdentifier` would look
|
526
526
|
# like Example:
|
@@ -752,8 +752,8 @@ module Aws::RDS
|
|
752
752
|
# parameter.
|
753
753
|
#
|
754
754
|
# Default: A 30-minute window selected at random from an 8-hour block of
|
755
|
-
# time per
|
756
|
-
# Preferred Maintenance Window][1] in the *Amazon RDS User Guide.*
|
755
|
+
# time per AWS Region. To see the time blocks available, see [ Adjusting
|
756
|
+
# the Preferred Maintenance Window][1] in the *Amazon RDS User Guide.*
|
757
757
|
#
|
758
758
|
# Constraints:
|
759
759
|
#
|
@@ -775,7 +775,7 @@ module Aws::RDS
|
|
775
775
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
776
776
|
#
|
777
777
|
# Default: A 30-minute window selected at random from an 8-hour block of
|
778
|
-
# time per
|
778
|
+
# time per AWS Region, occurring on a random day of the week. To see the
|
779
779
|
# time blocks available, see [ Adjusting the Preferred Maintenance
|
780
780
|
# Window][1] in the *Amazon RDS User Guide.*
|
781
781
|
#
|
@@ -270,37 +270,38 @@ module Aws::RDS
|
|
270
270
|
# If you copy an encrypted DB cluster snapshot that is shared from
|
271
271
|
# another AWS account, then you must specify a value for `KmsKeyId`.
|
272
272
|
#
|
273
|
-
# To copy an encrypted DB cluster snapshot to another
|
274
|
-
# set `KmsKeyId` to the KMS key ID you want to use to encrypt the
|
275
|
-
# of the DB cluster snapshot in the destination
|
276
|
-
# keys are specific to the
|
277
|
-
# cannot use encryption keys from one
|
273
|
+
# To copy an encrypted DB cluster snapshot to another AWS Region, you
|
274
|
+
# must set `KmsKeyId` to the KMS key ID you want to use to encrypt the
|
275
|
+
# copy of the DB cluster snapshot in the destination AWS Region. KMS
|
276
|
+
# encryption keys are specific to the AWS Region that they are created
|
277
|
+
# in, and you cannot use encryption keys from one AWS Region in another
|
278
|
+
# AWS Region.
|
278
279
|
# @option options [String] :pre_signed_url
|
279
280
|
# The URL that contains a Signature Version 4 signed request for the
|
280
|
-
# `CopyDBClusterSnapshot` API action in the AWS
|
281
|
+
# `CopyDBClusterSnapshot` API action in the AWS Region that contains the
|
281
282
|
# source DB cluster snapshot to copy. The `PreSignedUrl` parameter must
|
282
283
|
# be used when copying an encrypted DB cluster snapshot from another AWS
|
283
|
-
#
|
284
|
+
# Region.
|
284
285
|
#
|
285
286
|
# The pre-signed URL must be a valid request for the
|
286
287
|
# `CopyDBSClusterSnapshot` API action that can be executed in the source
|
287
|
-
#
|
288
|
-
# The pre-signed URL request must contain the following
|
289
|
-
# values:
|
288
|
+
# AWS Region that contains the encrypted DB cluster snapshot to be
|
289
|
+
# copied. The pre-signed URL request must contain the following
|
290
|
+
# parameter values:
|
290
291
|
#
|
291
292
|
# * `KmsKeyId` - The KMS key identifier for the key to use to encrypt
|
292
|
-
# the copy of the DB cluster snapshot in the destination
|
293
|
-
# is the same identifier for both the `CopyDBClusterSnapshot`
|
294
|
-
# that is called in the destination
|
295
|
-
# in the pre-signed URL.
|
293
|
+
# the copy of the DB cluster snapshot in the destination AWS Region.
|
294
|
+
# This is the same identifier for both the `CopyDBClusterSnapshot`
|
295
|
+
# action that is called in the destination AWS Region, and the action
|
296
|
+
# contained in the pre-signed URL.
|
296
297
|
#
|
297
|
-
# * `DestinationRegion` - The name of the
|
298
|
+
# * `DestinationRegion` - The name of the AWS Region that the DB cluster
|
298
299
|
# snapshot will be created in.
|
299
300
|
#
|
300
301
|
# * `SourceDBClusterSnapshotIdentifier` - The DB cluster snapshot
|
301
302
|
# identifier for the encrypted DB cluster snapshot to be copied. This
|
302
303
|
# identifier must be in the Amazon Resource Name (ARN) format for the
|
303
|
-
# source
|
304
|
+
# source AWS Region. For example, if you are copying an encrypted DB
|
304
305
|
# cluster snapshot from the us-west-2 region, then your
|
305
306
|
# `SourceDBClusterSnapshotIdentifier` looks like the following
|
306
307
|
# example:
|
@@ -613,7 +613,7 @@ module Aws::RDS
|
|
613
613
|
# @option options [required, String] :engine
|
614
614
|
# The name of the database engine to be used for this instance.
|
615
615
|
#
|
616
|
-
# Not every database engine is available for every AWS
|
616
|
+
# Not every database engine is available for every AWS Region.
|
617
617
|
#
|
618
618
|
# Valid Values:
|
619
619
|
#
|
@@ -641,12 +641,12 @@ module Aws::RDS
|
|
641
641
|
#
|
642
642
|
# * `sqlserver-web`
|
643
643
|
# @option options [String] :master_username
|
644
|
-
# The name for the master
|
644
|
+
# The name for the master user.
|
645
645
|
#
|
646
646
|
# **Amazon Aurora**
|
647
647
|
#
|
648
|
-
# Not applicable.
|
649
|
-
#
|
648
|
+
# Not applicable. The name for the master user is managed by the DB
|
649
|
+
# cluster. For more information, see CreateDBCluster.
|
650
650
|
#
|
651
651
|
# **MariaDB**
|
652
652
|
#
|
@@ -696,13 +696,13 @@ module Aws::RDS
|
|
696
696
|
#
|
697
697
|
# * Cannot be a reserved word for the chosen database engine.
|
698
698
|
# @option options [String] :master_user_password
|
699
|
-
# The password for the master
|
700
|
-
#
|
699
|
+
# The password for the master user. Can be any printable ASCII character
|
700
|
+
# except "/", """, or "@".
|
701
701
|
#
|
702
702
|
# **Amazon Aurora**
|
703
703
|
#
|
704
|
-
# Not applicable.
|
705
|
-
#
|
704
|
+
# Not applicable. The password for the master user is managed by the DB
|
705
|
+
# cluster. For more information, see CreateDBCluster.
|
706
706
|
#
|
707
707
|
# **MariaDB**
|
708
708
|
#
|
@@ -730,6 +730,11 @@ module Aws::RDS
|
|
730
730
|
# @option options [Array<String>] :vpc_security_group_ids
|
731
731
|
# A list of EC2 VPC security groups to associate with this DB instance.
|
732
732
|
#
|
733
|
+
# **Amazon Aurora**
|
734
|
+
#
|
735
|
+
# Not applicable. The associated list of EC2 VPC security groups is
|
736
|
+
# managed by the DB cluster. For more information, see CreateDBCluster.
|
737
|
+
#
|
733
738
|
# Default: The default EC2 VPC security group for the DB subnet group's
|
734
739
|
# VPC.
|
735
740
|
# @option options [String] :availability_zone
|
@@ -738,13 +743,13 @@ module Aws::RDS
|
|
738
743
|
# and Availability Zones][1].
|
739
744
|
#
|
740
745
|
# Default: A random, system-chosen Availability Zone in the endpoint's
|
741
|
-
#
|
746
|
+
# AWS Region.
|
742
747
|
#
|
743
748
|
# Example: `us-east-1d`
|
744
749
|
#
|
745
750
|
# Constraint: The AvailabilityZone parameter cannot be specified if the
|
746
751
|
# MultiAZ parameter is set to `true`. The specified Availability Zone
|
747
|
-
# must be in the same
|
752
|
+
# must be in the same AWS Region as the current endpoint.
|
748
753
|
#
|
749
754
|
#
|
750
755
|
#
|
@@ -761,7 +766,7 @@ module Aws::RDS
|
|
761
766
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
762
767
|
#
|
763
768
|
# Default: A 30-minute window selected at random from an 8-hour block of
|
764
|
-
# time per
|
769
|
+
# time per AWS Region, occurring on a random day of the week. To see the
|
765
770
|
# time blocks available, see [ Adjusting the Preferred Maintenance
|
766
771
|
# Window][2] in the *Amazon RDS User Guide.*
|
767
772
|
#
|
@@ -790,6 +795,11 @@ module Aws::RDS
|
|
790
795
|
# this parameter to a positive number enables backups. Setting this
|
791
796
|
# parameter to 0 disables automated backups.
|
792
797
|
#
|
798
|
+
# **Amazon Aurora**
|
799
|
+
#
|
800
|
+
# Not applicable. The retention period for automated backups is managed
|
801
|
+
# by the DB cluster. For more information, see CreateDBCluster.
|
802
|
+
#
|
793
803
|
# Default: 1
|
794
804
|
#
|
795
805
|
# Constraints:
|
@@ -802,9 +812,14 @@ module Aws::RDS
|
|
802
812
|
# automated backups are enabled, using the `BackupRetentionPeriod`
|
803
813
|
# parameter. For more information, see [DB Instance Backups][1].
|
804
814
|
#
|
815
|
+
# **Amazon Aurora**
|
816
|
+
#
|
817
|
+
# Not applicable. The daily time range for creating automated backups is
|
818
|
+
# managed by the DB cluster. For more information, see CreateDBCluster.
|
819
|
+
#
|
805
820
|
# Default: A 30-minute window selected at random from an 8-hour block of
|
806
|
-
# time per
|
807
|
-
# Preferred DB Instance Maintenance Window][2].
|
821
|
+
# time per AWS Region. To see the time blocks available, see [ Adjusting
|
822
|
+
# the Preferred DB Instance Maintenance Window][2].
|
808
823
|
#
|
809
824
|
# Constraints:
|
810
825
|
#
|
@@ -876,15 +891,13 @@ module Aws::RDS
|
|
876
891
|
#
|
877
892
|
# The following are the database engines and major and minor versions
|
878
893
|
# that are available with Amazon RDS. Not every database engine is
|
879
|
-
# available for every AWS
|
894
|
+
# available for every AWS Region.
|
880
895
|
#
|
881
896
|
# **Amazon Aurora**
|
882
897
|
#
|
883
|
-
#
|
884
|
-
#
|
885
|
-
#
|
886
|
-
#
|
887
|
-
# ^
|
898
|
+
# Not applicable. The version number of the database engine to be used
|
899
|
+
# by the DB instance is managed by the DB cluster. For more information,
|
900
|
+
# see CreateDBCluster.
|
888
901
|
#
|
889
902
|
# **MariaDB**
|
890
903
|
#
|
@@ -947,9 +960,6 @@ module Aws::RDS
|
|
947
960
|
#
|
948
961
|
# * `5.7.11` (supported in all AWS regions)
|
949
962
|
#
|
950
|
-
# * `5.7.10` (supported in all regions except us-east-2, ca-central-1,
|
951
|
-
# eu-west-2)
|
952
|
-
#
|
953
963
|
#
|
954
964
|
#
|
955
965
|
# * `5.6.35` (supported in all AWS regions)
|
@@ -961,24 +971,6 @@ module Aws::RDS
|
|
961
971
|
# * `5.6.27` (supported in all regions except us-east-2, ca-central-1,
|
962
972
|
# eu-west-2)
|
963
973
|
#
|
964
|
-
# * `5.6.23` (supported in all regions except us-east-2, ap-south-1,
|
965
|
-
# ca-central-1, eu-west-2)
|
966
|
-
#
|
967
|
-
# * `5.6.22` (supported in all regions except us-east-2, ap-south-1,
|
968
|
-
# ap-northeast-2, ca-central-1, eu-west-2)
|
969
|
-
#
|
970
|
-
# * `5.6.21b` (supported in all regions except us-east-2, ap-south-1,
|
971
|
-
# ap-northeast-2, ca-central-1, eu-west-2)
|
972
|
-
#
|
973
|
-
# * `5.6.21` (supported in all regions except us-east-2, ap-south-1,
|
974
|
-
# ap-northeast-2, ca-central-1, eu-west-2)
|
975
|
-
#
|
976
|
-
# * `5.6.19b` (supported in all regions except us-east-2, ap-south-1,
|
977
|
-
# ap-northeast-2, ca-central-1, eu-west-2)
|
978
|
-
#
|
979
|
-
# * `5.6.19a` (supported in all regions except us-east-2, ap-south-1,
|
980
|
-
# ap-northeast-2, ca-central-1, eu-west-2)
|
981
|
-
#
|
982
974
|
#
|
983
975
|
#
|
984
976
|
# * `5.5.54` (supported in all AWS regions)
|
@@ -1075,6 +1067,11 @@ module Aws::RDS
|
|
1075
1067
|
# @option options [String] :character_set_name
|
1076
1068
|
# For supported engines, indicates that the DB instance should be
|
1077
1069
|
# associated with the specified CharacterSet.
|
1070
|
+
#
|
1071
|
+
# **Amazon Aurora**
|
1072
|
+
#
|
1073
|
+
# Not applicable. The character set is managed by the DB cluster. For
|
1074
|
+
# more information, see CreateDBCluster.
|
1078
1075
|
# @option options [Boolean] :publicly_accessible
|
1079
1076
|
# Specifies the accessibility options for the DB instance. A value of
|
1080
1077
|
# true specifies an Internet-facing instance with a publicly resolvable
|
@@ -1122,6 +1119,11 @@ module Aws::RDS
|
|
1122
1119
|
# @option options [Boolean] :storage_encrypted
|
1123
1120
|
# Specifies whether the DB instance is encrypted.
|
1124
1121
|
#
|
1122
|
+
# **Amazon Aurora**
|
1123
|
+
#
|
1124
|
+
# Not applicable. The encryption for DB instances is managed by the DB
|
1125
|
+
# cluster. For more information, see CreateDBCluster.
|
1126
|
+
#
|
1125
1127
|
# Default: false
|
1126
1128
|
# @option options [String] :kms_key_id
|
1127
1129
|
# The KMS key identifier for an encrypted DB instance.
|
@@ -1132,11 +1134,16 @@ module Aws::RDS
|
|
1132
1134
|
# instance, then you can use the KMS key alias instead of the ARN for
|
1133
1135
|
# the KM encryption key.
|
1134
1136
|
#
|
1137
|
+
# **Amazon Aurora**
|
1138
|
+
#
|
1139
|
+
# Not applicable. The KMS key identifier is managed by the DB cluster.
|
1140
|
+
# For more information, see CreateDBCluster.
|
1141
|
+
#
|
1135
1142
|
# If the `StorageEncrypted` parameter is true, and you do not specify a
|
1136
1143
|
# value for the `KmsKeyId` parameter, then Amazon RDS will use your
|
1137
1144
|
# default encryption key. AWS KMS creates the default encryption key for
|
1138
1145
|
# your AWS account. Your AWS account has a different default encryption
|
1139
|
-
# key for each AWS
|
1146
|
+
# key for each AWS Region.
|
1140
1147
|
# @option options [String] :domain
|
1141
1148
|
# Specify the Active Directory Domain to create the instance in.
|
1142
1149
|
# @option options [Boolean] :copy_tags_to_snapshot
|
@@ -1194,6 +1201,13 @@ module Aws::RDS
|
|
1194
1201
|
# You can enable IAM database authentication for the following database
|
1195
1202
|
# engines:
|
1196
1203
|
#
|
1204
|
+
# **Amazon Aurora**
|
1205
|
+
#
|
1206
|
+
# Not applicable. Mapping AWS IAM accounts to database accounts is
|
1207
|
+
# managed by the DB cluster. For more information, see CreateDBCluster.
|
1208
|
+
#
|
1209
|
+
# **MySQL**
|
1210
|
+
#
|
1197
1211
|
# * For MySQL 5.6, minor version 5.6.34 or higher
|
1198
1212
|
#
|
1199
1213
|
# * For MySQL 5.7, minor version 5.7.16 or higher
|
@@ -1260,7 +1274,7 @@ module Aws::RDS
|
|
1260
1274
|
# in.
|
1261
1275
|
#
|
1262
1276
|
# Default: A random, system-chosen Availability Zone in the endpoint's
|
1263
|
-
#
|
1277
|
+
# AWS Region.
|
1264
1278
|
#
|
1265
1279
|
# Example: `us-east-1d`
|
1266
1280
|
# @option options [Integer] :port
|
@@ -1311,12 +1325,12 @@ module Aws::RDS
|
|
1311
1325
|
# Constraints:
|
1312
1326
|
#
|
1313
1327
|
# * Can only be specified if the source DB instance identifier specifies
|
1314
|
-
# a DB instance in another
|
1328
|
+
# a DB instance in another AWS Region.
|
1315
1329
|
#
|
1316
|
-
# * The specified DB subnet group must be in the same
|
1317
|
-
# the operation is running.
|
1330
|
+
# * The specified DB subnet group must be in the same AWS Region in
|
1331
|
+
# which the operation is running.
|
1318
1332
|
#
|
1319
|
-
# * All Read Replicas in one
|
1333
|
+
# * All Read Replicas in one AWS Region that are created from the same
|
1320
1334
|
# source DB instance must either:>
|
1321
1335
|
#
|
1322
1336
|
# * Specify DB subnet groups from the same VPC. All these Read
|
@@ -1369,61 +1383,65 @@ module Aws::RDS
|
|
1369
1383
|
# the Amazon Resource Name (ARN), KMS key identifier, or the KMS key
|
1370
1384
|
# alias for the KMS encryption key.
|
1371
1385
|
#
|
1372
|
-
# If you
|
1373
|
-
#
|
1374
|
-
# using the specified KMS encryption key.
|
1386
|
+
# If you specify this parameter when you create a Read Replica from an
|
1387
|
+
# unencrypted DB instance, the Read Replica is encrypted.
|
1375
1388
|
#
|
1376
|
-
# If you create an encrypted Read Replica
|
1377
|
-
#
|
1378
|
-
#
|
1379
|
-
#
|
1380
|
-
# instance.
|
1389
|
+
# If you create an encrypted Read Replica in the same AWS Region as the
|
1390
|
+
# source DB instance, then you do not have to specify a value for this
|
1391
|
+
# parameter. The Read Replica is encrypted with the same KMS key as the
|
1392
|
+
# source DB instance.
|
1381
1393
|
#
|
1382
|
-
# If you create an encrypted Read Replica in a different AWS
|
1383
|
-
# then you must specify a KMS key for the destination AWS
|
1384
|
-
# encryption keys are specific to the
|
1385
|
-
# and you cannot use encryption keys from one
|
1394
|
+
# If you create an encrypted Read Replica in a different AWS Region,
|
1395
|
+
# then you must specify a KMS key for the destination AWS Region. KMS
|
1396
|
+
# encryption keys are specific to the AWS Region that they are created
|
1397
|
+
# in, and you cannot use encryption keys from one AWS Region in another
|
1398
|
+
# AWS Region.
|
1386
1399
|
# @option options [String] :pre_signed_url
|
1387
|
-
# The URL that contains a Signature Version 4 signed request for the
|
1388
|
-
# CreateDBInstanceReadReplica` API action in the AWS
|
1389
|
-
# contains the source DB instance.
|
1390
|
-
#
|
1400
|
+
# The URL that contains a Signature Version 4 signed request for the
|
1401
|
+
# `CreateDBInstanceReadReplica` API action in the source AWS Region that
|
1402
|
+
# contains the source DB instance.
|
1403
|
+
#
|
1404
|
+
# You must specify this parameter when you create an encrypted Read
|
1405
|
+
# Replica from another AWS Region by using the Amazon RDS API. You can
|
1406
|
+
# specify the source region option instead of this parameter when you
|
1407
|
+
# create an encrypted Read Replica from another AWS Region by using the
|
1408
|
+
# AWS CLI.
|
1391
1409
|
#
|
1392
1410
|
# The presigned URL must be a valid request for the
|
1393
1411
|
# `CreateDBInstanceReadReplica` API action that can be executed in the
|
1394
|
-
# source
|
1395
|
-
# URL request must contain the following parameter values:
|
1412
|
+
# source AWS Region that contains the encrypted source DB instance. The
|
1413
|
+
# presigned URL request must contain the following parameter values:
|
1396
1414
|
#
|
1397
|
-
# * `DestinationRegion` - The AWS Region that the Read Replica
|
1398
|
-
# created in. This
|
1415
|
+
# * `DestinationRegion` - The AWS Region that the encrypted Read Replica
|
1416
|
+
# will be created in. This AWS Region is the same one where the
|
1399
1417
|
# `CreateDBInstanceReadReplica` action is called that contains this
|
1400
1418
|
# presigned URL.
|
1401
1419
|
#
|
1402
|
-
# For example, if you create an encrypted
|
1403
|
-
#
|
1404
|
-
#
|
1405
|
-
#
|
1406
|
-
#
|
1407
|
-
#
|
1408
|
-
#
|
1420
|
+
# For example, if you create an encrypted DB instance in the us-west-1
|
1421
|
+
# region, from a source DB instance in the us-east-2 region, then you
|
1422
|
+
# call the `CreateDBInstanceReadReplica` action in the us-east-1
|
1423
|
+
# region and provide a presigned URL that contains a call to the
|
1424
|
+
# `CreateDBInstanceReadReplica` action in the us-west-2 region. For
|
1425
|
+
# this example, the `DestinationRegion` in the presigned URL must be
|
1426
|
+
# set to the us-east-1 region.
|
1409
1427
|
#
|
1410
1428
|
# * `KmsKeyId` - The KMS key identifier for the key to use to encrypt
|
1411
|
-
# the Read Replica in the destination
|
1429
|
+
# the Read Replica in the destination AWS Region. This is the same
|
1412
1430
|
# identifier for both the `CreateDBInstanceReadReplica` action that is
|
1413
|
-
# called in the destination
|
1414
|
-
# presigned URL.
|
1431
|
+
# called in the destination AWS Region, and the action contained in
|
1432
|
+
# the presigned URL.
|
1415
1433
|
#
|
1416
1434
|
# * `SourceDBInstanceIdentifier` - The DB instance identifier for the
|
1417
|
-
# encrypted
|
1418
|
-
# Amazon Resource Name (ARN) format for the source
|
1419
|
-
# example, if you
|
1420
|
-
# in the us-west-2 region, then your
|
1421
|
-
#
|
1422
|
-
# arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-
|
1435
|
+
# encrypted DB instance to be replicated. This identifier must be in
|
1436
|
+
# the Amazon Resource Name (ARN) format for the source AWS Region. For
|
1437
|
+
# example, if you are creating an encrypted Read Replica from a DB
|
1438
|
+
# instance in the us-west-2 region, then your
|
1439
|
+
# `SourceDBInstanceIdentifier` looks like the following example:
|
1440
|
+
# `arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115`.
|
1423
1441
|
#
|
1424
|
-
# To learn how to generate a Signature Version 4 signed request, see
|
1425
|
-
# Authenticating Requests: Using Query Parameters (AWS Signature
|
1426
|
-
# 4)][1] and [
|
1442
|
+
# To learn how to generate a Signature Version 4 signed request, see
|
1443
|
+
# [Authenticating Requests: Using Query Parameters (AWS Signature
|
1444
|
+
# Version 4)][1] and [Signature Version 4 Signing Process][2].
|
1427
1445
|
#
|
1428
1446
|
#
|
1429
1447
|
#
|
@@ -1719,6 +1737,11 @@ module Aws::RDS
|
|
1719
1737
|
# A list of EC2 VPC security groups to authorize on this DB instance.
|
1720
1738
|
# This change is asynchronously applied as soon as possible.
|
1721
1739
|
#
|
1740
|
+
# **Amazon Aurora**
|
1741
|
+
#
|
1742
|
+
# Not applicable. The associated list of EC2 VPC security groups is
|
1743
|
+
# managed by the DB cluster. For more information, see ModifyDBCluster.
|
1744
|
+
#
|
1722
1745
|
# Constraints:
|
1723
1746
|
#
|
1724
1747
|
# * Must be 1 to 255 alphanumeric characters
|
@@ -1747,8 +1770,8 @@ module Aws::RDS
|
|
1747
1770
|
#
|
1748
1771
|
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html
|
1749
1772
|
# @option options [String] :master_user_password
|
1750
|
-
# The new password for the
|
1751
|
-
#
|
1773
|
+
# The new password for the master user. Can be any printable ASCII
|
1774
|
+
# character except "/", """, or "@".
|
1752
1775
|
#
|
1753
1776
|
# Changing this parameter does not result in an outage and the change is
|
1754
1777
|
# asynchronously applied as soon as possible. Between the time of the
|
@@ -1756,6 +1779,11 @@ module Aws::RDS
|
|
1756
1779
|
# element exists in the `PendingModifiedValues` element of the operation
|
1757
1780
|
# response.
|
1758
1781
|
#
|
1782
|
+
# **Amazon Aurora**
|
1783
|
+
#
|
1784
|
+
# Not applicable. The password for the master user is managed by the DB
|
1785
|
+
# cluster. For more information, see ModifyDBCluster.
|
1786
|
+
#
|
1759
1787
|
# Default: Uses existing setting
|
1760
1788
|
#
|
1761
1789
|
# Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB,
|
@@ -1793,6 +1821,11 @@ module Aws::RDS
|
|
1793
1821
|
# change the parameter from one non-zero value to another non-zero
|
1794
1822
|
# value, the change is asynchronously applied as soon as possible.
|
1795
1823
|
#
|
1824
|
+
# **Amazon Aurora**
|
1825
|
+
#
|
1826
|
+
# Not applicable. The retention period for automated backups is managed
|
1827
|
+
# by the DB cluster. For more information, see ModifyDBCluster.
|
1828
|
+
#
|
1796
1829
|
# Default: Uses existing setting
|
1797
1830
|
#
|
1798
1831
|
# Constraints:
|
@@ -1813,6 +1846,11 @@ module Aws::RDS
|
|
1813
1846
|
# result in an outage and the change is asynchronously applied as soon
|
1814
1847
|
# as possible.
|
1815
1848
|
#
|
1849
|
+
# **Amazon Aurora**
|
1850
|
+
#
|
1851
|
+
# Not applicable. The daily time range for creating automated backups is
|
1852
|
+
# managed by the DB cluster. For more information, see ModifyDBCluster.
|
1853
|
+
#
|
1816
1854
|
# Constraints:
|
1817
1855
|
#
|
1818
1856
|
# * Must be in the format hh24:mi-hh24:mi
|
@@ -1853,7 +1891,7 @@ module Aws::RDS
|
|
1853
1891
|
# next maintenance window unless the `ApplyImmediately` parameter is set
|
1854
1892
|
# to `true` for this request.
|
1855
1893
|
#
|
1856
|
-
# For major version upgrades, if a
|
1894
|
+
# For major version upgrades, if a nondefault DB parameter group is
|
1857
1895
|
# currently in use, a new DB parameter group in the DB parameter group
|
1858
1896
|
# family for the new engine version must be specified. The new DB
|
1859
1897
|
# parameter group can be the default for that DB parameter group family.
|
@@ -2080,6 +2118,13 @@ module Aws::RDS
|
|
2080
2118
|
# You can enable IAM database authentication for the following database
|
2081
2119
|
# engines
|
2082
2120
|
#
|
2121
|
+
# **Amazon Aurora**
|
2122
|
+
#
|
2123
|
+
# Not applicable. Mapping AWS IAM accounts to database accounts is
|
2124
|
+
# managed by the DB cluster. For more information, see ModifyDBCluster.
|
2125
|
+
#
|
2126
|
+
# **MySQL**
|
2127
|
+
#
|
2083
2128
|
# * For MySQL 5.6, minor version 5.6.34 or higher
|
2084
2129
|
#
|
2085
2130
|
# * For MySQL 5.7, minor version 5.7.16 or higher
|
@@ -2121,8 +2166,8 @@ module Aws::RDS
|
|
2121
2166
|
# parameter.
|
2122
2167
|
#
|
2123
2168
|
# Default: A 30-minute window selected at random from an 8-hour block of
|
2124
|
-
# time per
|
2125
|
-
# Preferred Maintenance Window][1] in the *Amazon RDS User Guide.*
|
2169
|
+
# time per AWS Region. To see the time blocks available, see [ Adjusting
|
2170
|
+
# the Preferred Maintenance Window][1] in the *Amazon RDS User Guide.*
|
2126
2171
|
#
|
2127
2172
|
# Constraints:
|
2128
2173
|
#
|