aws-sdk-rds 1.119.0 → 1.123.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +824 -634
- data/lib/aws-sdk-rds/client_api.rb +14 -0
- data/lib/aws-sdk-rds/db_cluster.rb +129 -93
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +67 -57
- data/lib/aws-sdk-rds/db_instance.rb +238 -172
- data/lib/aws-sdk-rds/db_parameter_group.rb +3 -3
- data/lib/aws-sdk-rds/db_security_group.rb +12 -10
- data/lib/aws-sdk-rds/db_snapshot.rb +95 -74
- data/lib/aws-sdk-rds/db_snapshot_attribute.rb +15 -13
- data/lib/aws-sdk-rds/event_subscription.rb +2 -2
- data/lib/aws-sdk-rds/option_group.rb +3 -3
- data/lib/aws-sdk-rds/reserved_db_instance.rb +2 -2
- data/lib/aws-sdk-rds/resource.rb +142 -114
- data/lib/aws-sdk-rds/types.rb +913 -711
- metadata +4 -4
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -26,7 +26,7 @@ module Aws::RDS
|
|
26
26
|
include Aws::Structure
|
27
27
|
end
|
28
28
|
|
29
|
-
# Describes a quota for an
|
29
|
+
# Describes a quota for an Amazon Web Services account.
|
30
30
|
#
|
31
31
|
# The following are account quotas:
|
32
32
|
#
|
@@ -49,11 +49,11 @@ module Aws::RDS
|
|
49
49
|
# value is the count of nondefault DB cluster parameter groups in the
|
50
50
|
# account.
|
51
51
|
#
|
52
|
-
# * `DBClusterRoles` - The number of associated
|
53
|
-
# Management (IAM) roles per DB cluster. The used
|
54
|
-
# number of associated IAM roles for a DB cluster
|
55
|
-
# Other DB clusters in the account might have a lower
|
56
|
-
# associated IAM roles.
|
52
|
+
# * `DBClusterRoles` - The number of associated Amazon Web Services
|
53
|
+
# Identity and Access Management (IAM) roles per DB cluster. The used
|
54
|
+
# value is the highest number of associated IAM roles for a DB cluster
|
55
|
+
# in the account. Other DB clusters in the account might have a lower
|
56
|
+
# number of associated IAM roles.
|
57
57
|
#
|
58
58
|
# * `DBClusters` - The number of DB clusters per account. The used value
|
59
59
|
# is the count of DB clusters in the account.
|
@@ -121,7 +121,8 @@ module Aws::RDS
|
|
121
121
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Limits.html
|
122
122
|
#
|
123
123
|
# @!attribute [rw] account_quota_name
|
124
|
-
# The name of the Amazon RDS quota for this
|
124
|
+
# The name of the Amazon RDS quota for this Amazon Web Services
|
125
|
+
# account.
|
125
126
|
# @return [String]
|
126
127
|
#
|
127
128
|
# @!attribute [rw] used
|
@@ -428,10 +429,10 @@ module Aws::RDS
|
|
428
429
|
# @return [String]
|
429
430
|
#
|
430
431
|
# @!attribute [rw] ec2_security_group_owner_id
|
431
|
-
#
|
432
|
-
# in the `EC2SecurityGroupName` parameter. The
|
433
|
-
# isn't an acceptable value. For VPC DB
|
434
|
-
# `EC2SecurityGroupId` must be provided. Otherwise,
|
432
|
+
# Amazon Web Services account number of the owner of the EC2 security
|
433
|
+
# group specified in the `EC2SecurityGroupName` parameter. The Amazon
|
434
|
+
# Web Services access key ID isn't an acceptable value. For VPC DB
|
435
|
+
# security groups, `EC2SecurityGroupId` must be provided. Otherwise,
|
435
436
|
# `EC2SecurityGroupOwnerId` and either `EC2SecurityGroupName` or
|
436
437
|
# `EC2SecurityGroupId` must be provided.
|
437
438
|
# @return [String]
|
@@ -612,7 +613,7 @@ module Aws::RDS
|
|
612
613
|
include Aws::Structure
|
613
614
|
end
|
614
615
|
|
615
|
-
# A CA certificate for an
|
616
|
+
# A CA certificate for an Amazon Web Services account.
|
616
617
|
#
|
617
618
|
# @!attribute [rw] certificate_identifier
|
618
619
|
# The unique key that identifies a certificate.
|
@@ -665,7 +666,8 @@ module Aws::RDS
|
|
665
666
|
# Data returned by the **DescribeCertificates** action.
|
666
667
|
#
|
667
668
|
# @!attribute [rw] certificates
|
668
|
-
# The list of `Certificate` objects for the
|
669
|
+
# The list of `Certificate` objects for the Amazon Web Services
|
670
|
+
# account.
|
669
671
|
# @return [Array<Types::Certificate>]
|
670
672
|
#
|
671
673
|
# @!attribute [rw] marker
|
@@ -774,8 +776,9 @@ module Aws::RDS
|
|
774
776
|
# @return [String]
|
775
777
|
#
|
776
778
|
# @!attribute [rw] iam_database_authentication_enabled
|
777
|
-
# A value that indicates whether mapping of
|
778
|
-
# Management (IAM) accounts to database accounts
|
779
|
+
# A value that indicates whether mapping of Amazon Web Services
|
780
|
+
# Identity and Access Management (IAM) accounts to database accounts
|
781
|
+
# is enabled.
|
779
782
|
# @return [Boolean]
|
780
783
|
#
|
781
784
|
# @!attribute [rw] engine_version
|
@@ -1045,19 +1048,19 @@ module Aws::RDS
|
|
1045
1048
|
# isn't case-sensitive.
|
1046
1049
|
#
|
1047
1050
|
# You can't copy an encrypted, shared DB cluster snapshot from one
|
1048
|
-
#
|
1051
|
+
# Amazon Web Services Region to another.
|
1049
1052
|
#
|
1050
1053
|
# Constraints:
|
1051
1054
|
#
|
1052
1055
|
# * Must specify a valid system snapshot in the "available" state.
|
1053
1056
|
#
|
1054
|
-
# * If the source snapshot is in the same
|
1055
|
-
# specify a valid DB snapshot identifier.
|
1057
|
+
# * If the source snapshot is in the same Amazon Web Services Region
|
1058
|
+
# as the copy, specify a valid DB snapshot identifier.
|
1056
1059
|
#
|
1057
|
-
# * If the source snapshot is in a different
|
1058
|
-
# specify a valid DB cluster snapshot ARN. For
|
1059
|
-
# to [ Copying Snapshots Across
|
1060
|
-
# Aurora User Guide.*
|
1060
|
+
# * If the source snapshot is in a different Amazon Web Services
|
1061
|
+
# Region than the copy, specify a valid DB cluster snapshot ARN. For
|
1062
|
+
# more information, go to [ Copying Snapshots Across Amazon Web
|
1063
|
+
# Services Regions][1] in the *Amazon Aurora User Guide.*
|
1061
1064
|
#
|
1062
1065
|
# Example: `my-cluster-snapshot1`
|
1063
1066
|
#
|
@@ -1082,25 +1085,29 @@ module Aws::RDS
|
|
1082
1085
|
# @return [String]
|
1083
1086
|
#
|
1084
1087
|
# @!attribute [rw] kms_key_id
|
1085
|
-
# The
|
1086
|
-
#
|
1087
|
-
#
|
1088
|
-
#
|
1089
|
-
#
|
1090
|
-
# you
|
1091
|
-
#
|
1092
|
-
# the copy
|
1093
|
-
#
|
1088
|
+
# The Amazon Web Services KMS key identifier for an encrypted DB
|
1089
|
+
# cluster snapshot. The Amazon Web Services KMS key identifier is the
|
1090
|
+
# key ARN, key ID, alias ARN, or alias name for the Amazon Web
|
1091
|
+
# Services KMS customer master key (CMK).
|
1092
|
+
#
|
1093
|
+
# If you copy an encrypted DB cluster snapshot from your Amazon Web
|
1094
|
+
# Services account, you can specify a value for `KmsKeyId` to encrypt
|
1095
|
+
# the copy with a new Amazon Web Services KMS CMK. If you don't
|
1096
|
+
# specify a value for `KmsKeyId`, then the copy of the DB cluster
|
1097
|
+
# snapshot is encrypted with the same Amazon Web Services KMS key as
|
1098
|
+
# the source DB cluster snapshot.
|
1094
1099
|
#
|
1095
1100
|
# If you copy an encrypted DB cluster snapshot that is shared from
|
1096
|
-
# another
|
1101
|
+
# another Amazon Web Services account, then you must specify a value
|
1102
|
+
# for `KmsKeyId`.
|
1097
1103
|
#
|
1098
|
-
# To copy an encrypted DB cluster snapshot to another
|
1099
|
-
# must set `KmsKeyId` to the
|
1100
|
-
#
|
1101
|
-
#
|
1102
|
-
#
|
1103
|
-
#
|
1104
|
+
# To copy an encrypted DB cluster snapshot to another Amazon Web
|
1105
|
+
# Services Region, you must set `KmsKeyId` to the Amazon Web Services
|
1106
|
+
# KMS key identifier you want to use to encrypt the copy of the DB
|
1107
|
+
# cluster snapshot in the destination Amazon Web Services Region.
|
1108
|
+
# Amazon Web Services KMS CMKs are specific to the Amazon Web Services
|
1109
|
+
# Region that they are created in, and you can't use CMKs from one
|
1110
|
+
# Amazon Web Services Region in another Amazon Web Services Region.
|
1104
1111
|
#
|
1105
1112
|
# If you copy an unencrypted DB cluster snapshot and specify a value
|
1106
1113
|
# for the `KmsKeyId` parameter, an error is returned.
|
@@ -1108,46 +1115,49 @@ module Aws::RDS
|
|
1108
1115
|
#
|
1109
1116
|
# @!attribute [rw] pre_signed_url
|
1110
1117
|
# The URL that contains a Signature Version 4 signed request for the
|
1111
|
-
# `CopyDBClusterSnapshot` API action in the
|
1112
|
-
# the source DB cluster snapshot to copy. The
|
1113
|
-
# must be used when copying an encrypted DB
|
1114
|
-
# another
|
1115
|
-
# copying an encrypted DB cluster
|
1118
|
+
# `CopyDBClusterSnapshot` API action in the Amazon Web Services Region
|
1119
|
+
# that contains the source DB cluster snapshot to copy. The
|
1120
|
+
# `PreSignedUrl` parameter must be used when copying an encrypted DB
|
1121
|
+
# cluster snapshot from another Amazon Web Services Region. Don't
|
1122
|
+
# specify `PreSignedUrl` when you are copying an encrypted DB cluster
|
1123
|
+
# snapshot in the same Amazon Web Services Region.
|
1116
1124
|
#
|
1117
1125
|
# The pre-signed URL must be a valid request for the
|
1118
1126
|
# `CopyDBClusterSnapshot` API action that can be executed in the
|
1119
|
-
# source
|
1120
|
-
# be copied. The pre-signed URL request must
|
1121
|
-
# parameter values:
|
1122
|
-
#
|
1123
|
-
# * `KmsKeyId` - The
|
1124
|
-
# key (CMK) to use to encrypt the copy of the DB
|
1125
|
-
#
|
1126
|
-
#
|
1127
|
-
#
|
1128
|
-
# URL.
|
1127
|
+
# source Amazon Web Services Region that contains the encrypted DB
|
1128
|
+
# cluster snapshot to be copied. The pre-signed URL request must
|
1129
|
+
# contain the following parameter values:
|
1130
|
+
#
|
1131
|
+
# * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
|
1132
|
+
# customer master key (CMK) to use to encrypt the copy of the DB
|
1133
|
+
# cluster snapshot in the destination Amazon Web Services Region.
|
1134
|
+
# This is the same identifier for both the `CopyDBClusterSnapshot`
|
1135
|
+
# action that is called in the destination Amazon Web Services
|
1136
|
+
# Region, and the action contained in the pre-signed URL.
|
1129
1137
|
#
|
1130
|
-
# * `DestinationRegion` - The name of the
|
1131
|
-
# cluster snapshot is to be created in.
|
1138
|
+
# * `DestinationRegion` - The name of the Amazon Web Services Region
|
1139
|
+
# that the DB cluster snapshot is to be created in.
|
1132
1140
|
#
|
1133
1141
|
# * `SourceDBClusterSnapshotIdentifier` - The DB cluster snapshot
|
1134
1142
|
# identifier for the encrypted DB cluster snapshot to be copied.
|
1135
1143
|
# This identifier must be in the Amazon Resource Name (ARN) format
|
1136
|
-
# for the source
|
1137
|
-
# encrypted DB cluster snapshot from the us-west-2
|
1138
|
-
# your `SourceDBClusterSnapshotIdentifier`
|
1139
|
-
# example:
|
1144
|
+
# for the source Amazon Web Services Region. For example, if you are
|
1145
|
+
# copying an encrypted DB cluster snapshot from the us-west-2 Amazon
|
1146
|
+
# Web Services Region, then your `SourceDBClusterSnapshotIdentifier`
|
1147
|
+
# looks like the following example:
|
1140
1148
|
# `arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115`.
|
1141
1149
|
#
|
1142
1150
|
# To learn how to generate a Signature Version 4 signed request, see [
|
1143
|
-
# Authenticating Requests: Using Query Parameters (
|
1144
|
-
# Version 4)][1] and [ Signature Version 4 Signing
|
1151
|
+
# Authenticating Requests: Using Query Parameters (Amazon Web Services
|
1152
|
+
# Signature Version 4)][1] and [ Signature Version 4 Signing
|
1153
|
+
# Process][2].
|
1145
1154
|
#
|
1146
|
-
# <note markdown="1"> If you are using an
|
1147
|
-
# `SourceRegion` (or `--source-region` for the
|
1155
|
+
# <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
|
1156
|
+
# specify `SourceRegion` (or `--source-region` for the CLI) instead of
|
1148
1157
|
# specifying `PreSignedUrl` manually. Specifying `SourceRegion`
|
1149
1158
|
# autogenerates a pre-signed URL that is a valid request for the
|
1150
|
-
# operation that can be executed in the source
|
1159
|
+
# operation that can be executed in the source Amazon Web Services
|
1160
|
+
# Region.
|
1151
1161
|
#
|
1152
1162
|
# </note>
|
1153
1163
|
#
|
@@ -1315,20 +1325,22 @@ module Aws::RDS
|
|
1315
1325
|
# @!attribute [rw] source_db_snapshot_identifier
|
1316
1326
|
# The identifier for the source DB snapshot.
|
1317
1327
|
#
|
1318
|
-
# If the source snapshot is in the same
|
1319
|
-
# specify a valid DB snapshot identifier. For example, you
|
1320
|
-
# specify `rds:mysql-instance1-snapshot-20130805`.
|
1328
|
+
# If the source snapshot is in the same Amazon Web Services Region as
|
1329
|
+
# the copy, specify a valid DB snapshot identifier. For example, you
|
1330
|
+
# might specify `rds:mysql-instance1-snapshot-20130805`.
|
1321
1331
|
#
|
1322
|
-
# If the source snapshot is in a different
|
1323
|
-
# specify a valid DB snapshot ARN. For example, you
|
1332
|
+
# If the source snapshot is in a different Amazon Web Services Region
|
1333
|
+
# than the copy, specify a valid DB snapshot ARN. For example, you
|
1334
|
+
# might specify
|
1324
1335
|
# `arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805`.
|
1325
1336
|
#
|
1326
1337
|
# If you are copying from a shared manual DB snapshot, this parameter
|
1327
1338
|
# must be the Amazon Resource Name (ARN) of the shared DB snapshot.
|
1328
1339
|
#
|
1329
1340
|
# If you are copying an encrypted snapshot this parameter must be in
|
1330
|
-
# the ARN format for the source
|
1331
|
-
# `SourceDBSnapshotIdentifier` in the `PreSignedUrl`
|
1341
|
+
# the ARN format for the source Amazon Web Services Region, and must
|
1342
|
+
# match the `SourceDBSnapshotIdentifier` in the `PreSignedUrl`
|
1343
|
+
# parameter.
|
1332
1344
|
#
|
1333
1345
|
# Constraints:
|
1334
1346
|
#
|
@@ -1359,27 +1371,31 @@ module Aws::RDS
|
|
1359
1371
|
# @return [String]
|
1360
1372
|
#
|
1361
1373
|
# @!attribute [rw] kms_key_id
|
1362
|
-
# The
|
1363
|
-
# key identifier is the key ARN,
|
1364
|
-
#
|
1365
|
-
#
|
1366
|
-
#
|
1367
|
-
#
|
1368
|
-
#
|
1369
|
-
#
|
1370
|
-
#
|
1374
|
+
# The Amazon Web Services KMS key identifier for an encrypted DB
|
1375
|
+
# snapshot. The Amazon Web Services KMS key identifier is the key ARN,
|
1376
|
+
# key ID, alias ARN, or alias name for the Amazon Web Services KMS
|
1377
|
+
# customer master key (CMK).
|
1378
|
+
#
|
1379
|
+
# If you copy an encrypted DB snapshot from your Amazon Web Services
|
1380
|
+
# account, you can specify a value for this parameter to encrypt the
|
1381
|
+
# copy with a new Amazon Web Services KMS CMK. If you don't specify a
|
1382
|
+
# value for this parameter, then the copy of the DB snapshot is
|
1383
|
+
# encrypted with the same Amazon Web Services KMS key as the source DB
|
1384
|
+
# snapshot.
|
1371
1385
|
#
|
1372
|
-
# If you copy an encrypted DB snapshot that is shared from another
|
1373
|
-
# account, then you must specify a value for this
|
1386
|
+
# If you copy an encrypted DB snapshot that is shared from another
|
1387
|
+
# Amazon Web Services account, then you must specify a value for this
|
1388
|
+
# parameter.
|
1374
1389
|
#
|
1375
1390
|
# If you specify this parameter when you copy an unencrypted snapshot,
|
1376
1391
|
# the copy is encrypted.
|
1377
1392
|
#
|
1378
|
-
# If you copy an encrypted snapshot to a different
|
1379
|
-
# you must specify a
|
1380
|
-
#
|
1381
|
-
#
|
1382
|
-
#
|
1393
|
+
# If you copy an encrypted snapshot to a different Amazon Web Services
|
1394
|
+
# Region, then you must specify a Amazon Web Services KMS key
|
1395
|
+
# identifier for the destination Amazon Web Services Region. Amazon
|
1396
|
+
# Web Services KMS CMKs are specific to the Amazon Web Services Region
|
1397
|
+
# that they are created in, and you can't use CMKs from one Amazon
|
1398
|
+
# Web Services Region in another Amazon Web Services Region.
|
1383
1399
|
# @return [String]
|
1384
1400
|
#
|
1385
1401
|
# @!attribute [rw] tags
|
@@ -1398,55 +1414,59 @@ module Aws::RDS
|
|
1398
1414
|
#
|
1399
1415
|
# @!attribute [rw] pre_signed_url
|
1400
1416
|
# The URL that contains a Signature Version 4 signed request for the
|
1401
|
-
# `CopyDBSnapshot` API action in the source
|
1402
|
-
# the source DB snapshot to copy.
|
1417
|
+
# `CopyDBSnapshot` API action in the source Amazon Web Services Region
|
1418
|
+
# that contains the source DB snapshot to copy.
|
1403
1419
|
#
|
1404
1420
|
# You must specify this parameter when you copy an encrypted DB
|
1405
|
-
# snapshot from another
|
1406
|
-
# specify `PreSignedUrl` when you are copying an
|
1407
|
-
# in the same
|
1421
|
+
# snapshot from another Amazon Web Services Region by using the Amazon
|
1422
|
+
# RDS API. Don't specify `PreSignedUrl` when you are copying an
|
1423
|
+
# encrypted DB snapshot in the same Amazon Web Services Region.
|
1408
1424
|
#
|
1409
1425
|
# The presigned URL must be a valid request for the `CopyDBSnapshot`
|
1410
|
-
# API action that can be executed in the source
|
1411
|
-
# contains the encrypted DB snapshot to be copied. The
|
1412
|
-
# request must contain the following parameter values:
|
1426
|
+
# API action that can be executed in the source Amazon Web Services
|
1427
|
+
# Region that contains the encrypted DB snapshot to be copied. The
|
1428
|
+
# presigned URL request must contain the following parameter values:
|
1413
1429
|
#
|
1414
|
-
# * `DestinationRegion` - The
|
1415
|
-
# snapshot is copied to. This
|
1416
|
-
# `CopyDBSnapshot` action is called
|
1417
|
-
# URL.
|
1430
|
+
# * `DestinationRegion` - The Amazon Web Services Region that the
|
1431
|
+
# encrypted DB snapshot is copied to. This Amazon Web Services
|
1432
|
+
# Region is the same one where the `CopyDBSnapshot` action is called
|
1433
|
+
# that contains this presigned URL.
|
1418
1434
|
#
|
1419
1435
|
# For example, if you copy an encrypted DB snapshot from the
|
1420
|
-
# us-west-2
|
1421
|
-
# the `CopyDBSnapshot` action in the
|
1422
|
-
#
|
1423
|
-
# `CopyDBSnapshot` action in the
|
1424
|
-
#
|
1425
|
-
#
|
1426
|
-
#
|
1427
|
-
#
|
1428
|
-
#
|
1429
|
-
#
|
1430
|
-
#
|
1431
|
-
#
|
1436
|
+
# us-west-2 Amazon Web Services Region to the us-east-1 Amazon Web
|
1437
|
+
# Services Region, then you call the `CopyDBSnapshot` action in the
|
1438
|
+
# us-east-1 Amazon Web Services Region and provide a presigned URL
|
1439
|
+
# that contains a call to the `CopyDBSnapshot` action in the
|
1440
|
+
# us-west-2 Amazon Web Services Region. For this example, the
|
1441
|
+
# `DestinationRegion` in the presigned URL must be set to the
|
1442
|
+
# us-east-1 Amazon Web Services Region.
|
1443
|
+
#
|
1444
|
+
# * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
|
1445
|
+
# customer master key (CMK) to use to encrypt the copy of the DB
|
1446
|
+
# snapshot in the destination Amazon Web Services Region. This is
|
1447
|
+
# the same identifier for both the `CopyDBSnapshot` action that is
|
1448
|
+
# called in the destination Amazon Web Services Region, and the
|
1449
|
+
# action contained in the presigned URL.
|
1432
1450
|
#
|
1433
1451
|
# * `SourceDBSnapshotIdentifier` - The DB snapshot identifier for the
|
1434
1452
|
# encrypted snapshot to be copied. This identifier must be in the
|
1435
|
-
# Amazon Resource Name (ARN) format for the source
|
1436
|
-
# example, if you are copying an encrypted DB
|
1437
|
-
# us-west-2
|
1438
|
-
# like the following example:
|
1453
|
+
# Amazon Resource Name (ARN) format for the source Amazon Web
|
1454
|
+
# Services Region. For example, if you are copying an encrypted DB
|
1455
|
+
# snapshot from the us-west-2 Amazon Web Services Region, then your
|
1456
|
+
# `SourceDBSnapshotIdentifier` looks like the following example:
|
1439
1457
|
# `arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20161115`.
|
1440
1458
|
#
|
1441
1459
|
# To learn how to generate a Signature Version 4 signed request, see
|
1442
|
-
# [Authenticating Requests: Using Query Parameters (
|
1443
|
-
# Version 4)][1] and [Signature Version 4 Signing
|
1460
|
+
# [Authenticating Requests: Using Query Parameters (Amazon Web
|
1461
|
+
# Services Signature Version 4)][1] and [Signature Version 4 Signing
|
1462
|
+
# Process][2].
|
1444
1463
|
#
|
1445
|
-
# <note markdown="1"> If you are using an
|
1446
|
-
# `SourceRegion` (or `--source-region` for the
|
1464
|
+
# <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
|
1465
|
+
# specify `SourceRegion` (or `--source-region` for the CLI) instead of
|
1447
1466
|
# specifying `PreSignedUrl` manually. Specifying `SourceRegion`
|
1448
1467
|
# autogenerates a pre-signed URL that is a valid request for the
|
1449
|
-
# operation that can be executed in the source
|
1468
|
+
# operation that can be executed in the source Amazon Web Services
|
1469
|
+
# Region.
|
1450
1470
|
#
|
1451
1471
|
# </note>
|
1452
1472
|
#
|
@@ -1460,12 +1480,13 @@ module Aws::RDS
|
|
1460
1480
|
# The name of an option group to associate with the copy of the
|
1461
1481
|
# snapshot.
|
1462
1482
|
#
|
1463
|
-
# Specify this option if you are copying a snapshot from one
|
1464
|
-
# Region to another, and your DB instance uses a
|
1465
|
-
# group. If your source DB instance uses Transparent
|
1466
|
-
# for Oracle or Microsoft SQL Server, you must specify
|
1467
|
-
# when copying across
|
1468
|
-
# group considerations][1] in the
|
1483
|
+
# Specify this option if you are copying a snapshot from one Amazon
|
1484
|
+
# Web Services Region to another, and your DB instance uses a
|
1485
|
+
# nondefault option group. If your source DB instance uses Transparent
|
1486
|
+
# Data Encryption for Oracle or Microsoft SQL Server, you must specify
|
1487
|
+
# this option when copying across Amazon Web Services Regions. For
|
1488
|
+
# more information, see [Option group considerations][1] in the
|
1489
|
+
# *Amazon RDS User Guide.*
|
1469
1490
|
#
|
1470
1491
|
#
|
1471
1492
|
#
|
@@ -1768,9 +1789,9 @@ module Aws::RDS
|
|
1768
1789
|
#
|
1769
1790
|
# @!attribute [rw] availability_zones
|
1770
1791
|
# A list of Availability Zones (AZs) where instances in the DB cluster
|
1771
|
-
# can be created. For information on
|
1772
|
-
# Zones, see [Choosing the Regions and Availability
|
1773
|
-
# *Amazon Aurora User Guide*.
|
1792
|
+
# can be created. For information on Amazon Web Services Regions and
|
1793
|
+
# Availability Zones, see [Choosing the Regions and Availability
|
1794
|
+
# Zones][1] in the *Amazon Aurora User Guide*.
|
1774
1795
|
#
|
1775
1796
|
#
|
1776
1797
|
#
|
@@ -1922,8 +1943,8 @@ module Aws::RDS
|
|
1922
1943
|
# parameter.
|
1923
1944
|
#
|
1924
1945
|
# The default is a 30-minute window selected at random from an 8-hour
|
1925
|
-
# block of time for each
|
1926
|
-
# available, see [ Backup window][1] in the *Amazon Aurora User
|
1946
|
+
# block of time for each Amazon Web Services Region. To view the time
|
1947
|
+
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
1927
1948
|
# Guide.*
|
1928
1949
|
#
|
1929
1950
|
# Constraints:
|
@@ -1948,10 +1969,10 @@ module Aws::RDS
|
|
1948
1969
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
1949
1970
|
#
|
1950
1971
|
# The default is a 30-minute window selected at random from an 8-hour
|
1951
|
-
# block of time for each
|
1952
|
-
# week. To see the time blocks available, see [
|
1953
|
-
# Preferred DB Cluster Maintenance Window][1] in the
|
1954
|
-
# User Guide.*
|
1972
|
+
# block of time for each Amazon Web Services Region, occurring on a
|
1973
|
+
# random day of the week. To see the time blocks available, see [
|
1974
|
+
# Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
1975
|
+
# *Amazon Aurora User Guide.*
|
1955
1976
|
#
|
1956
1977
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
1957
1978
|
#
|
@@ -1976,11 +1997,13 @@ module Aws::RDS
|
|
1976
1997
|
# @return [Boolean]
|
1977
1998
|
#
|
1978
1999
|
# @!attribute [rw] kms_key_id
|
1979
|
-
# The
|
2000
|
+
# The Amazon Web Services KMS key identifier for an encrypted DB
|
2001
|
+
# cluster.
|
1980
2002
|
#
|
1981
|
-
# The
|
1982
|
-
# alias name for the
|
1983
|
-
#
|
2003
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
2004
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
2005
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
2006
|
+
# account, specify the key ARN or alias ARN.
|
1984
2007
|
#
|
1985
2008
|
# When a CMK isn't specified in `KmsKeyId`\:
|
1986
2009
|
#
|
@@ -1992,55 +2015,60 @@ module Aws::RDS
|
|
1992
2015
|
# `ReplicationSourceIdentifier` isn't specified, then Amazon RDS
|
1993
2016
|
# will use your default CMK.
|
1994
2017
|
#
|
1995
|
-
# There is a default CMK for your
|
1996
|
-
# different default CMK for each
|
2018
|
+
# There is a default CMK for your Amazon Web Services account. Your
|
2019
|
+
# Amazon Web Services account has a different default CMK for each
|
2020
|
+
# Amazon Web Services Region.
|
1997
2021
|
#
|
1998
2022
|
# If you create a read replica of an encrypted DB cluster in another
|
1999
|
-
#
|
2000
|
-
# is valid in the destination
|
2001
|
-
# the read replica in
|
2023
|
+
# Amazon Web Services Region, you must set `KmsKeyId` to a Amazon Web
|
2024
|
+
# Services KMS key identifier that is valid in the destination Amazon
|
2025
|
+
# Web Services Region. This CMK is used to encrypt the read replica in
|
2026
|
+
# that Amazon Web Services Region.
|
2002
2027
|
# @return [String]
|
2003
2028
|
#
|
2004
2029
|
# @!attribute [rw] pre_signed_url
|
2005
2030
|
# A URL that contains a Signature Version 4 signed request for the
|
2006
|
-
# `CreateDBCluster` action to be called in the source
|
2007
|
-
# the DB cluster is replicated from. You only
|
2008
|
-
# `PreSignedUrl` when you are performing cross-region
|
2009
|
-
# an encrypted DB cluster.
|
2031
|
+
# `CreateDBCluster` action to be called in the source Amazon Web
|
2032
|
+
# Services Region where the DB cluster is replicated from. You only
|
2033
|
+
# need to specify `PreSignedUrl` when you are performing cross-region
|
2034
|
+
# replication from an encrypted DB cluster.
|
2010
2035
|
#
|
2011
2036
|
# The pre-signed URL must be a valid request for the `CreateDBCluster`
|
2012
|
-
# API action that can be executed in the source
|
2013
|
-
# contains the encrypted DB cluster to be copied.
|
2037
|
+
# API action that can be executed in the source Amazon Web Services
|
2038
|
+
# Region that contains the encrypted DB cluster to be copied.
|
2014
2039
|
#
|
2015
2040
|
# The pre-signed URL request must contain the following parameter
|
2016
2041
|
# values:
|
2017
2042
|
#
|
2018
|
-
# * `KmsKeyId` - The
|
2019
|
-
# encrypt the copy of the DB cluster in the
|
2020
|
-
#
|
2021
|
-
#
|
2043
|
+
# * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
|
2044
|
+
# key to use to encrypt the copy of the DB cluster in the
|
2045
|
+
# destination Amazon Web Services Region. This should refer to the
|
2046
|
+
# same Amazon Web Services KMS CMK for both the `CreateDBCluster`
|
2047
|
+
# action that is called in the destination Amazon Web Services
|
2022
2048
|
# Region, and the action contained in the pre-signed URL.
|
2023
2049
|
#
|
2024
|
-
# * `DestinationRegion` - The name of the
|
2025
|
-
# replica will be created in.
|
2050
|
+
# * `DestinationRegion` - The name of the Amazon Web Services Region
|
2051
|
+
# that Aurora read replica will be created in.
|
2026
2052
|
#
|
2027
2053
|
# * `ReplicationSourceIdentifier` - The DB cluster identifier for the
|
2028
2054
|
# encrypted DB cluster to be copied. This identifier must be in the
|
2029
|
-
# Amazon Resource Name (ARN) format for the source
|
2030
|
-
# example, if you are copying an encrypted DB
|
2031
|
-
# us-west-2
|
2032
|
-
# would look like Example:
|
2055
|
+
# Amazon Resource Name (ARN) format for the source Amazon Web
|
2056
|
+
# Services Region. For example, if you are copying an encrypted DB
|
2057
|
+
# cluster from the us-west-2 Amazon Web Services Region, then your
|
2058
|
+
# `ReplicationSourceIdentifier` would look like Example:
|
2033
2059
|
# `arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1`.
|
2034
2060
|
#
|
2035
2061
|
# To learn how to generate a Signature Version 4 signed request, see [
|
2036
|
-
# Authenticating Requests: Using Query Parameters (
|
2037
|
-
# Version 4)][1] and [ Signature Version 4 Signing
|
2062
|
+
# Authenticating Requests: Using Query Parameters (Amazon Web Services
|
2063
|
+
# Signature Version 4)][1] and [ Signature Version 4 Signing
|
2064
|
+
# Process][2].
|
2038
2065
|
#
|
2039
|
-
# <note markdown="1"> If you are using an
|
2040
|
-
# `SourceRegion` (or `--source-region` for the
|
2066
|
+
# <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
|
2067
|
+
# specify `SourceRegion` (or `--source-region` for the CLI) instead of
|
2041
2068
|
# specifying `PreSignedUrl` manually. Specifying `SourceRegion`
|
2042
2069
|
# autogenerates a pre-signed URL that is a valid request for the
|
2043
|
-
# operation that can be executed in the source
|
2070
|
+
# operation that can be executed in the source Amazon Web Services
|
2071
|
+
# Region.
|
2044
2072
|
#
|
2045
2073
|
# </note>
|
2046
2074
|
#
|
@@ -2051,9 +2079,9 @@ module Aws::RDS
|
|
2051
2079
|
# @return [String]
|
2052
2080
|
#
|
2053
2081
|
# @!attribute [rw] enable_iam_database_authentication
|
2054
|
-
# A value that indicates whether to enable mapping of
|
2055
|
-
# Access Management (IAM) accounts to database
|
2056
|
-
# mapping is disabled.
|
2082
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
2083
|
+
# Services Identity and Access Management (IAM) accounts to database
|
2084
|
+
# accounts. By default, mapping is disabled.
|
2057
2085
|
#
|
2058
2086
|
# For more information, see [ IAM Database Authentication][1] in the
|
2059
2087
|
# *Amazon Aurora User Guide.*
|
@@ -2717,10 +2745,10 @@ module Aws::RDS
|
|
2717
2745
|
#
|
2718
2746
|
# @!attribute [rw] db_instance_class
|
2719
2747
|
# The compute and memory capacity of the DB instance, for example,
|
2720
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
2721
|
-
# Regions, or for all database engines. For the
|
2722
|
-
# instance classes, and availability for your engine,
|
2723
|
-
# Class][1] in the *Amazon RDS User Guide.*
|
2748
|
+
# `db.m4.large`. Not all DB instance classes are available in all
|
2749
|
+
# Amazon Web Services Regions, or for all database engines. For the
|
2750
|
+
# full list of DB instance classes, and availability for your engine,
|
2751
|
+
# see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
2724
2752
|
#
|
2725
2753
|
#
|
2726
2754
|
#
|
@@ -2730,7 +2758,8 @@ module Aws::RDS
|
|
2730
2758
|
# @!attribute [rw] engine
|
2731
2759
|
# The name of the database engine to be used for this instance.
|
2732
2760
|
#
|
2733
|
-
# Not every database engine is available for every
|
2761
|
+
# Not every database engine is available for every Amazon Web Services
|
2762
|
+
# Region.
|
2734
2763
|
#
|
2735
2764
|
# Valid Values:
|
2736
2765
|
#
|
@@ -2746,11 +2775,11 @@ module Aws::RDS
|
|
2746
2775
|
#
|
2747
2776
|
# * `oracle-ee`
|
2748
2777
|
#
|
2749
|
-
# * `oracle-
|
2778
|
+
# * `oracle-ee-cdb`
|
2750
2779
|
#
|
2751
|
-
# * `oracle-
|
2780
|
+
# * `oracle-se2`
|
2752
2781
|
#
|
2753
|
-
# * `oracle-
|
2782
|
+
# * `oracle-se2-cdb`
|
2754
2783
|
#
|
2755
2784
|
# * `postgres`
|
2756
2785
|
#
|
@@ -2881,17 +2910,18 @@ module Aws::RDS
|
|
2881
2910
|
#
|
2882
2911
|
# @!attribute [rw] availability_zone
|
2883
2912
|
# The Availability Zone (AZ) where the database will be created. For
|
2884
|
-
# information on
|
2885
|
-
# Availability Zones][1].
|
2913
|
+
# information on Amazon Web Services Regions and Availability Zones,
|
2914
|
+
# see [Regions and Availability Zones][1].
|
2886
2915
|
#
|
2887
2916
|
# Default: A random, system-chosen Availability Zone in the
|
2888
|
-
# endpoint's
|
2917
|
+
# endpoint's Amazon Web Services Region.
|
2889
2918
|
#
|
2890
2919
|
# Example: `us-east-1d`
|
2891
2920
|
#
|
2892
2921
|
# Constraint: The `AvailabilityZone` parameter can't be specified if
|
2893
2922
|
# the DB instance is a Multi-AZ deployment. The specified Availability
|
2894
|
-
# Zone must be in the same
|
2923
|
+
# Zone must be in the same Amazon Web Services Region as the current
|
2924
|
+
# endpoint.
|
2895
2925
|
#
|
2896
2926
|
# <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
|
2897
2927
|
# specify the identifier of the custom Availability Zone to create the
|
@@ -2922,8 +2952,8 @@ module Aws::RDS
|
|
2922
2952
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
2923
2953
|
#
|
2924
2954
|
# The default is a 30-minute window selected at random from an 8-hour
|
2925
|
-
# block of time for each
|
2926
|
-
# week.
|
2955
|
+
# block of time for each Amazon Web Services Region, occurring on a
|
2956
|
+
# random day of the week.
|
2927
2957
|
#
|
2928
2958
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
2929
2959
|
#
|
@@ -2971,8 +3001,9 @@ module Aws::RDS
|
|
2971
3001
|
# The daily time range during which automated backups are created if
|
2972
3002
|
# automated backups are enabled, using the `BackupRetentionPeriod`
|
2973
3003
|
# parameter. The default is a 30-minute window selected at random from
|
2974
|
-
# an 8-hour block of time for each
|
2975
|
-
# see [Backup window][1] in the *Amazon RDS User
|
3004
|
+
# an 8-hour block of time for each Amazon Web Services Region. For
|
3005
|
+
# more information, see [Backup window][1] in the *Amazon RDS User
|
3006
|
+
# Guide*.
|
2976
3007
|
#
|
2977
3008
|
# **Amazon Aurora**
|
2978
3009
|
#
|
@@ -3057,7 +3088,8 @@ module Aws::RDS
|
|
3057
3088
|
#
|
3058
3089
|
# The following are the database engines and links to information
|
3059
3090
|
# about the major and minor versions that are available with Amazon
|
3060
|
-
# RDS. Not every database engine is available for every
|
3091
|
+
# RDS. Not every database engine is available for every Amazon Web
|
3092
|
+
# Services Region.
|
3061
3093
|
#
|
3062
3094
|
# **Amazon Aurora**
|
3063
3095
|
#
|
@@ -3227,21 +3259,25 @@ module Aws::RDS
|
|
3227
3259
|
# @return [Boolean]
|
3228
3260
|
#
|
3229
3261
|
# @!attribute [rw] kms_key_id
|
3230
|
-
# The
|
3262
|
+
# The Amazon Web Services KMS key identifier for an encrypted DB
|
3263
|
+
# instance.
|
3231
3264
|
#
|
3232
|
-
# The
|
3233
|
-
# alias name for the
|
3234
|
-
#
|
3265
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
3266
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
3267
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
3268
|
+
# account, specify the key ARN or alias ARN.
|
3235
3269
|
#
|
3236
3270
|
# **Amazon Aurora**
|
3237
3271
|
#
|
3238
|
-
# Not applicable. The
|
3239
|
-
# cluster. For more information, see
|
3272
|
+
# Not applicable. The Amazon Web Services KMS key identifier is
|
3273
|
+
# managed by the DB cluster. For more information, see
|
3274
|
+
# `CreateDBCluster`.
|
3240
3275
|
#
|
3241
3276
|
# If `StorageEncrypted` is enabled, and you do not specify a value for
|
3242
3277
|
# the `KmsKeyId` parameter, then Amazon RDS uses your default CMK.
|
3243
|
-
# There is a default CMK for your
|
3244
|
-
# different default CMK for each
|
3278
|
+
# There is a default CMK for your Amazon Web Services account. Your
|
3279
|
+
# Amazon Web Services account has a different default CMK for each
|
3280
|
+
# Amazon Web Services Region.
|
3245
3281
|
# @return [String]
|
3246
3282
|
#
|
3247
3283
|
# @!attribute [rw] domain
|
@@ -3324,12 +3360,13 @@ module Aws::RDS
|
|
3324
3360
|
# @return [String]
|
3325
3361
|
#
|
3326
3362
|
# @!attribute [rw] enable_iam_database_authentication
|
3327
|
-
# A value that indicates whether to enable mapping of
|
3328
|
-
# Access Management (IAM) accounts to database
|
3329
|
-
# mapping is disabled.
|
3363
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
3364
|
+
# Services Identity and Access Management (IAM) accounts to database
|
3365
|
+
# accounts. By default, mapping is disabled.
|
3330
3366
|
#
|
3331
|
-
# This setting doesn't apply to Amazon Aurora. Mapping
|
3332
|
-
# accounts to database accounts is managed by the DB
|
3367
|
+
# This setting doesn't apply to Amazon Aurora. Mapping Amazon Web
|
3368
|
+
# Services IAM accounts to database accounts is managed by the DB
|
3369
|
+
# cluster.
|
3333
3370
|
#
|
3334
3371
|
# For more information, see [ IAM Database Authentication for MySQL
|
3335
3372
|
# and PostgreSQL][1] in the *Amazon RDS User Guide.*
|
@@ -3352,16 +3389,17 @@ module Aws::RDS
|
|
3352
3389
|
# @return [Boolean]
|
3353
3390
|
#
|
3354
3391
|
# @!attribute [rw] performance_insights_kms_key_id
|
3355
|
-
# The
|
3356
|
-
# data.
|
3392
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
3393
|
+
# Performance Insights data.
|
3357
3394
|
#
|
3358
|
-
# The
|
3359
|
-
# alias name for the
|
3395
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
3396
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
3397
|
+
# master key (CMK).
|
3360
3398
|
#
|
3361
3399
|
# If you do not specify a value for `PerformanceInsightsKMSKeyId`,
|
3362
3400
|
# then Amazon RDS uses your default CMK. There is a default CMK for
|
3363
|
-
# your
|
3364
|
-
# each
|
3401
|
+
# your Amazon Web Services account. Your Amazon Web Services account
|
3402
|
+
# has a different default CMK for each Amazon Web Services Region.
|
3365
3403
|
# @return [String]
|
3366
3404
|
#
|
3367
3405
|
# @!attribute [rw] performance_insights_retention_period
|
@@ -3454,10 +3492,11 @@ module Aws::RDS
|
|
3454
3492
|
# local network.
|
3455
3493
|
#
|
3456
3494
|
# For more information about RDS on Outposts, see [Working with Amazon
|
3457
|
-
# RDS on
|
3495
|
+
# RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
|
3496
|
+
# Guide*.
|
3458
3497
|
#
|
3459
3498
|
# For more information about CoIPs, see [Customer-owned IP
|
3460
|
-
# addresses][2] in the *
|
3499
|
+
# addresses][2] in the *Amazon Web Services Outposts User Guide*.
|
3461
3500
|
#
|
3462
3501
|
#
|
3463
3502
|
#
|
@@ -3602,14 +3641,15 @@ module Aws::RDS
|
|
3602
3641
|
# * The specified DB instance must have automatic backups enabled,
|
3603
3642
|
# that is, its backup retention period must be greater than 0.
|
3604
3643
|
#
|
3605
|
-
# * If the source DB instance is in the same
|
3606
|
-
# replica, specify a valid DB instance
|
3644
|
+
# * If the source DB instance is in the same Amazon Web Services
|
3645
|
+
# Region as the read replica, specify a valid DB instance
|
3646
|
+
# identifier.
|
3607
3647
|
#
|
3608
|
-
# * If the source DB instance is in a different
|
3609
|
-
# read replica, specify a valid DB instance ARN. For
|
3610
|
-
# information, see [Constructing an ARN for Amazon RDS][3] in
|
3611
|
-
# *Amazon RDS User Guide*. This doesn't apply to SQL Server,
|
3612
|
-
# doesn't support cross-region replicas.
|
3648
|
+
# * If the source DB instance is in a different Amazon Web Services
|
3649
|
+
# Region from the read replica, specify a valid DB instance ARN. For
|
3650
|
+
# more information, see [Constructing an ARN for Amazon RDS][3] in
|
3651
|
+
# the *Amazon RDS User Guide*. This doesn't apply to SQL Server,
|
3652
|
+
# which doesn't support cross-region replicas.
|
3613
3653
|
#
|
3614
3654
|
#
|
3615
3655
|
#
|
@@ -3620,10 +3660,10 @@ module Aws::RDS
|
|
3620
3660
|
#
|
3621
3661
|
# @!attribute [rw] db_instance_class
|
3622
3662
|
# The compute and memory capacity of the read replica, for example,
|
3623
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
3624
|
-
# Regions, or for all database engines. For the
|
3625
|
-
# instance classes, and availability for your engine,
|
3626
|
-
# Class][1] in the *Amazon RDS User Guide.*
|
3663
|
+
# `db.m4.large`. Not all DB instance classes are available in all
|
3664
|
+
# Amazon Web Services Regions, or for all database engines. For the
|
3665
|
+
# full list of DB instance classes, and availability for your engine,
|
3666
|
+
# see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
3627
3667
|
#
|
3628
3668
|
# Default: Inherits from the source DB instance.
|
3629
3669
|
#
|
@@ -3636,7 +3676,7 @@ module Aws::RDS
|
|
3636
3676
|
# The Availability Zone (AZ) where the read replica will be created.
|
3637
3677
|
#
|
3638
3678
|
# Default: A random, system-chosen Availability Zone in the
|
3639
|
-
# endpoint's
|
3679
|
+
# endpoint's Amazon Web Services Region.
|
3640
3680
|
#
|
3641
3681
|
# Example: `us-east-1d`
|
3642
3682
|
# @return [String]
|
@@ -3740,15 +3780,15 @@ module Aws::RDS
|
|
3740
3780
|
# Constraints:
|
3741
3781
|
#
|
3742
3782
|
# * Can only be specified if the source DB instance identifier
|
3743
|
-
# specifies a DB instance in another
|
3783
|
+
# specifies a DB instance in another Amazon Web Services Region.
|
3744
3784
|
#
|
3745
3785
|
# * If supplied, must match the name of an existing DBSubnetGroup.
|
3746
3786
|
#
|
3747
|
-
# * The specified DB subnet group must be in the same
|
3748
|
-
# which the operation is running.
|
3787
|
+
# * The specified DB subnet group must be in the same Amazon Web
|
3788
|
+
# Services Region in which the operation is running.
|
3749
3789
|
#
|
3750
|
-
# * All read replicas in one
|
3751
|
-
# source DB instance must either:>
|
3790
|
+
# * All read replicas in one Amazon Web Services Region that are
|
3791
|
+
# created from the same source DB instance must either:>
|
3752
3792
|
#
|
3753
3793
|
# * Specify DB subnet groups from the same VPC. All these read
|
3754
3794
|
# replicas are created in the same VPC.
|
@@ -3811,21 +3851,24 @@ module Aws::RDS
|
|
3811
3851
|
# @return [String]
|
3812
3852
|
#
|
3813
3853
|
# @!attribute [rw] kms_key_id
|
3814
|
-
# The
|
3854
|
+
# The Amazon Web Services KMS key identifier for an encrypted read
|
3855
|
+
# replica.
|
3815
3856
|
#
|
3816
|
-
# The
|
3817
|
-
# alias name for the
|
3857
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
3858
|
+
# alias ARN, or alias name for the Amazon Web Services KMS CMK.
|
3818
3859
|
#
|
3819
|
-
# If you create an encrypted read replica in the same
|
3820
|
-
# the source DB instance, then do not specify a
|
3821
|
-
# parameter. A read replica in the same Region is
|
3822
|
-
# with the same
|
3860
|
+
# If you create an encrypted read replica in the same Amazon Web
|
3861
|
+
# Services Region as the source DB instance, then do not specify a
|
3862
|
+
# value for this parameter. A read replica in the same Region is
|
3863
|
+
# always encrypted with the same Amazon Web Services KMS CMK as the
|
3864
|
+
# source DB instance.
|
3823
3865
|
#
|
3824
|
-
# If you create an encrypted read replica in a different
|
3825
|
-
# then you must specify a
|
3826
|
-
#
|
3827
|
-
#
|
3828
|
-
#
|
3866
|
+
# If you create an encrypted read replica in a different Amazon Web
|
3867
|
+
# Services Region, then you must specify a Amazon Web Services KMS key
|
3868
|
+
# identifier for the destination Amazon Web Services Region. Amazon
|
3869
|
+
# Web Services KMS CMKs are specific to the Amazon Web Services Region
|
3870
|
+
# that they are created in, and you can't use CMKs from one Amazon
|
3871
|
+
# Web Services Region in another Amazon Web Services Region.
|
3829
3872
|
#
|
3830
3873
|
# You can't create an encrypted read replica from an unencrypted DB
|
3831
3874
|
# instance.
|
@@ -3833,56 +3876,62 @@ module Aws::RDS
|
|
3833
3876
|
#
|
3834
3877
|
# @!attribute [rw] pre_signed_url
|
3835
3878
|
# The URL that contains a Signature Version 4 signed request for the
|
3836
|
-
# `CreateDBInstanceReadReplica` API action in the source
|
3837
|
-
# that contains the source DB instance.
|
3879
|
+
# `CreateDBInstanceReadReplica` API action in the source Amazon Web
|
3880
|
+
# Services Region that contains the source DB instance.
|
3838
3881
|
#
|
3839
3882
|
# You must specify this parameter when you create an encrypted read
|
3840
|
-
# replica from another
|
3841
|
-
# specify `PreSignedUrl` when you are creating an
|
3842
|
-
# replica in the same
|
3883
|
+
# replica from another Amazon Web Services Region by using the Amazon
|
3884
|
+
# RDS API. Don't specify `PreSignedUrl` when you are creating an
|
3885
|
+
# encrypted read replica in the same Amazon Web Services Region.
|
3843
3886
|
#
|
3844
3887
|
# The presigned URL must be a valid request for the
|
3845
3888
|
# `CreateDBInstanceReadReplica` API action that can be executed in the
|
3846
|
-
# source
|
3847
|
-
# The presigned URL request must contain the following
|
3848
|
-
# values:
|
3889
|
+
# source Amazon Web Services Region that contains the encrypted source
|
3890
|
+
# DB instance. The presigned URL request must contain the following
|
3891
|
+
# parameter values:
|
3849
3892
|
#
|
3850
|
-
# * `DestinationRegion` - The
|
3851
|
-
# replica is created in. This
|
3852
|
-
#
|
3853
|
-
# presigned URL.
|
3893
|
+
# * `DestinationRegion` - The Amazon Web Services Region that the
|
3894
|
+
# encrypted read replica is created in. This Amazon Web Services
|
3895
|
+
# Region is the same one where the `CreateDBInstanceReadReplica`
|
3896
|
+
# action is called that contains this presigned URL.
|
3854
3897
|
#
|
3855
3898
|
# For example, if you create an encrypted DB instance in the
|
3856
|
-
# us-west-1
|
3857
|
-
#
|
3858
|
-
# in the us-east-1
|
3859
|
-
#
|
3860
|
-
#
|
3861
|
-
#
|
3862
|
-
#
|
3863
|
-
#
|
3864
|
-
#
|
3865
|
-
#
|
3866
|
-
#
|
3867
|
-
#
|
3899
|
+
# us-west-1 Amazon Web Services Region, from a source DB instance in
|
3900
|
+
# the us-east-2 Amazon Web Services Region, then you call the
|
3901
|
+
# `CreateDBInstanceReadReplica` action in the us-east-1 Amazon Web
|
3902
|
+
# Services Region and provide a presigned URL that contains a call
|
3903
|
+
# to the `CreateDBInstanceReadReplica` action in the us-west-2
|
3904
|
+
# Amazon Web Services Region. For this example, the
|
3905
|
+
# `DestinationRegion` in the presigned URL must be set to the
|
3906
|
+
# us-east-1 Amazon Web Services Region.
|
3907
|
+
#
|
3908
|
+
# * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
|
3909
|
+
# key to use to encrypt the read replica in the destination Amazon
|
3910
|
+
# Web Services Region. This is the same identifier for both the
|
3911
|
+
# `CreateDBInstanceReadReplica` action that is called in the
|
3912
|
+
# destination Amazon Web Services Region, and the action contained
|
3913
|
+
# in the presigned URL.
|
3868
3914
|
#
|
3869
3915
|
# * `SourceDBInstanceIdentifier` - The DB instance identifier for the
|
3870
3916
|
# encrypted DB instance to be replicated. This identifier must be in
|
3871
|
-
# the Amazon Resource Name (ARN) format for the source
|
3872
|
-
# For example, if you are creating an encrypted
|
3873
|
-
# DB instance in the us-west-2
|
3874
|
-
# `SourceDBInstanceIdentifier` looks like
|
3917
|
+
# the Amazon Resource Name (ARN) format for the source Amazon Web
|
3918
|
+
# Services Region. For example, if you are creating an encrypted
|
3919
|
+
# read replica from a DB instance in the us-west-2 Amazon Web
|
3920
|
+
# Services Region, then your `SourceDBInstanceIdentifier` looks like
|
3921
|
+
# the following example:
|
3875
3922
|
# `arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115`.
|
3876
3923
|
#
|
3877
3924
|
# To learn how to generate a Signature Version 4 signed request, see
|
3878
|
-
# [Authenticating Requests: Using Query Parameters (
|
3879
|
-
# Version 4)][1] and [Signature Version 4 Signing
|
3925
|
+
# [Authenticating Requests: Using Query Parameters (Amazon Web
|
3926
|
+
# Services Signature Version 4)][1] and [Signature Version 4 Signing
|
3927
|
+
# Process][2].
|
3880
3928
|
#
|
3881
|
-
# <note markdown="1"> If you are using an
|
3882
|
-
# `SourceRegion` (or `--source-region` for the
|
3929
|
+
# <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
|
3930
|
+
# specify `SourceRegion` (or `--source-region` for the CLI) instead of
|
3883
3931
|
# specifying `PreSignedUrl` manually. Specifying `SourceRegion`
|
3884
3932
|
# autogenerates a presigned URL that is a valid request for the
|
3885
|
-
# operation that can be executed in the source
|
3933
|
+
# operation that can be executed in the source Amazon Web Services
|
3934
|
+
# Region.
|
3886
3935
|
#
|
3887
3936
|
# `SourceRegion` isn't supported for SQL Server, because SQL Server
|
3888
3937
|
# on Amazon RDS doesn't support cross-region read replicas.
|
@@ -3896,9 +3945,9 @@ module Aws::RDS
|
|
3896
3945
|
# @return [String]
|
3897
3946
|
#
|
3898
3947
|
# @!attribute [rw] enable_iam_database_authentication
|
3899
|
-
# A value that indicates whether to enable mapping of
|
3900
|
-
# Access Management (IAM) accounts to database
|
3901
|
-
# mapping is disabled.
|
3948
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
3949
|
+
# Services Identity and Access Management (IAM) accounts to database
|
3950
|
+
# accounts. By default, mapping is disabled.
|
3902
3951
|
#
|
3903
3952
|
# For more information about IAM database authentication, see [ IAM
|
3904
3953
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -3922,16 +3971,17 @@ module Aws::RDS
|
|
3922
3971
|
# @return [Boolean]
|
3923
3972
|
#
|
3924
3973
|
# @!attribute [rw] performance_insights_kms_key_id
|
3925
|
-
# The
|
3926
|
-
# data.
|
3974
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
3975
|
+
# Performance Insights data.
|
3927
3976
|
#
|
3928
|
-
# The
|
3929
|
-
# alias name for the
|
3977
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
3978
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
3979
|
+
# master key (CMK).
|
3930
3980
|
#
|
3931
3981
|
# If you do not specify a value for `PerformanceInsightsKMSKeyId`,
|
3932
3982
|
# then Amazon RDS uses your default CMK. There is a default CMK for
|
3933
|
-
# your
|
3934
|
-
# each
|
3983
|
+
# your Amazon Web Services account. Your Amazon Web Services account
|
3984
|
+
# has a different default CMK for each Amazon Web Services Region.
|
3935
3985
|
# @return [String]
|
3936
3986
|
#
|
3937
3987
|
# @!attribute [rw] performance_insights_retention_period
|
@@ -4168,11 +4218,11 @@ module Aws::RDS
|
|
4168
4218
|
#
|
4169
4219
|
# * `oracle-ee`
|
4170
4220
|
#
|
4171
|
-
# * `oracle-
|
4221
|
+
# * `oracle-ee-cdb`
|
4172
4222
|
#
|
4173
|
-
# * `oracle-
|
4223
|
+
# * `oracle-se2`
|
4174
4224
|
#
|
4175
|
-
# * `oracle-
|
4225
|
+
# * `oracle-se2-cdb`
|
4176
4226
|
#
|
4177
4227
|
# * `postgres`
|
4178
4228
|
#
|
@@ -4331,10 +4381,10 @@ module Aws::RDS
|
|
4331
4381
|
#
|
4332
4382
|
# @!attribute [rw] db_proxy_name
|
4333
4383
|
# The identifier for the proxy. This name must be unique for all
|
4334
|
-
# proxies owned by your
|
4335
|
-
# identifier must begin with a letter
|
4336
|
-
# letters, digits, and hyphens; it can't
|
4337
|
-
# two consecutive hyphens.
|
4384
|
+
# proxies owned by your Amazon Web Services account in the specified
|
4385
|
+
# Amazon Web Services Region. An identifier must begin with a letter
|
4386
|
+
# and must contain only ASCII letters, digits, and hyphens; it can't
|
4387
|
+
# end with a hyphen or contain two consecutive hyphens.
|
4338
4388
|
# @return [String]
|
4339
4389
|
#
|
4340
4390
|
# @!attribute [rw] engine_family
|
@@ -4350,7 +4400,7 @@ module Aws::RDS
|
|
4350
4400
|
#
|
4351
4401
|
# @!attribute [rw] role_arn
|
4352
4402
|
# The Amazon Resource Name (ARN) of the IAM role that the proxy uses
|
4353
|
-
# to access secrets in
|
4403
|
+
# to access secrets in Amazon Web Services Secrets Manager.
|
4354
4404
|
# @return [String]
|
4355
4405
|
#
|
4356
4406
|
# @!attribute [rw] vpc_subnet_ids
|
@@ -4858,11 +4908,11 @@ module Aws::RDS
|
|
4858
4908
|
#
|
4859
4909
|
# * `oracle-ee`
|
4860
4910
|
#
|
4861
|
-
# * `oracle-
|
4911
|
+
# * `oracle-ee-cdb`
|
4862
4912
|
#
|
4863
|
-
# * `oracle-
|
4913
|
+
# * `oracle-se2`
|
4864
4914
|
#
|
4865
|
-
# * `oracle-
|
4915
|
+
# * `oracle-se2-cdb`
|
4866
4916
|
#
|
4867
4917
|
# * `postgres`
|
4868
4918
|
#
|
@@ -4938,7 +4988,7 @@ module Aws::RDS
|
|
4938
4988
|
#
|
4939
4989
|
# @!attribute [rw] vpn_details
|
4940
4990
|
# Information about the virtual private network (VPN) between the
|
4941
|
-
# VMware vSphere cluster and the
|
4991
|
+
# VMware vSphere cluster and the Amazon Web Services website.
|
4942
4992
|
# @return [Types::VpnDetails]
|
4943
4993
|
#
|
4944
4994
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZone AWS API Documentation
|
@@ -4967,7 +5017,8 @@ module Aws::RDS
|
|
4967
5017
|
# @return [String]
|
4968
5018
|
#
|
4969
5019
|
# @!attribute [rw] custom_availability_zones
|
4970
|
-
# The list of CustomAvailabilityZone objects for the
|
5020
|
+
# The list of CustomAvailabilityZone objects for the Amazon Web
|
5021
|
+
# Services account.
|
4971
5022
|
# @return [Array<Types::CustomAvailabilityZone>]
|
4972
5023
|
#
|
4973
5024
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZoneMessage AWS API Documentation
|
@@ -5151,17 +5202,19 @@ module Aws::RDS
|
|
5151
5202
|
# @return [Boolean]
|
5152
5203
|
#
|
5153
5204
|
# @!attribute [rw] kms_key_id
|
5154
|
-
# If `StorageEncrypted` is enabled, the
|
5155
|
-
# encrypted DB cluster.
|
5205
|
+
# If `StorageEncrypted` is enabled, the Amazon Web Services KMS key
|
5206
|
+
# identifier for the encrypted DB cluster.
|
5156
5207
|
#
|
5157
|
-
# The
|
5158
|
-
# alias name for the
|
5208
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
5209
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
5210
|
+
# master key (CMK).
|
5159
5211
|
# @return [String]
|
5160
5212
|
#
|
5161
5213
|
# @!attribute [rw] db_cluster_resource_id
|
5162
|
-
# The
|
5163
|
-
# identifier is found in
|
5164
|
-
#
|
5214
|
+
# The Amazon Web Services Region-unique, immutable identifier for the
|
5215
|
+
# DB cluster. This identifier is found in Amazon Web Services
|
5216
|
+
# CloudTrail log entries whenever the Amazon Web Services KMS CMK for
|
5217
|
+
# the DB cluster is accessed.
|
5165
5218
|
# @return [String]
|
5166
5219
|
#
|
5167
5220
|
# @!attribute [rw] db_cluster_arn
|
@@ -5169,15 +5222,16 @@ module Aws::RDS
|
|
5169
5222
|
# @return [String]
|
5170
5223
|
#
|
5171
5224
|
# @!attribute [rw] associated_roles
|
5172
|
-
# Provides a list of the
|
5173
|
-
# roles that are associated with the DB cluster. IAM
|
5174
|
-
# associated with a DB cluster grant permission for the
|
5175
|
-
# access other
|
5225
|
+
# Provides a list of the Amazon Web Services Identity and Access
|
5226
|
+
# Management (IAM) roles that are associated with the DB cluster. IAM
|
5227
|
+
# roles that are associated with a DB cluster grant permission for the
|
5228
|
+
# DB cluster to access other Amazon Web Services on your behalf.
|
5176
5229
|
# @return [Array<Types::DBClusterRole>]
|
5177
5230
|
#
|
5178
5231
|
# @!attribute [rw] iam_database_authentication_enabled
|
5179
|
-
# A value that indicates whether the mapping of
|
5180
|
-
# Access Management (IAM) accounts to database accounts
|
5232
|
+
# A value that indicates whether the mapping of Amazon Web Services
|
5233
|
+
# Identity and Access Management (IAM) accounts to database accounts
|
5234
|
+
# is enabled.
|
5181
5235
|
# @return [Boolean]
|
5182
5236
|
#
|
5183
5237
|
# @!attribute [rw] clone_group_id
|
@@ -5285,11 +5339,12 @@ module Aws::RDS
|
|
5285
5339
|
# @return [String]
|
5286
5340
|
#
|
5287
5341
|
# @!attribute [rw] activity_stream_kms_key_id
|
5288
|
-
# The
|
5289
|
-
# database activity stream.
|
5342
|
+
# The Amazon Web Services KMS key identifier used for encrypting
|
5343
|
+
# messages in the database activity stream.
|
5290
5344
|
#
|
5291
|
-
# The
|
5292
|
-
# alias name for the
|
5345
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
5346
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
5347
|
+
# master key (CMK).
|
5293
5348
|
# @return [String]
|
5294
5349
|
#
|
5295
5350
|
# @!attribute [rw] activity_stream_kinesis_stream_name
|
@@ -5304,7 +5359,7 @@ module Aws::RDS
|
|
5304
5359
|
#
|
5305
5360
|
# @!attribute [rw] cross_account_clone
|
5306
5361
|
# Specifies whether the DB cluster is a clone of a DB cluster owned by
|
5307
|
-
# a different
|
5362
|
+
# a different Amazon Web Services account.
|
5308
5363
|
# @return [Boolean]
|
5309
5364
|
#
|
5310
5365
|
# @!attribute [rw] domain_memberships
|
@@ -5851,8 +5906,8 @@ module Aws::RDS
|
|
5851
5906
|
#
|
5852
5907
|
class DBClusterQuotaExceededFault < Aws::EmptyStructure; end
|
5853
5908
|
|
5854
|
-
# Describes an
|
5855
|
-
# associated with a DB cluster.
|
5909
|
+
# Describes an Amazon Web Services Identity and Access Management (IAM)
|
5910
|
+
# role that is associated with a DB cluster.
|
5856
5911
|
#
|
5857
5912
|
# @!attribute [rw] role_arn
|
5858
5913
|
# The Amazon Resource Name (ARN) of the IAM role that is associated
|
@@ -5864,20 +5919,20 @@ module Aws::RDS
|
|
5864
5919
|
# cluster. The Status property returns one of the following values:
|
5865
5920
|
#
|
5866
5921
|
# * `ACTIVE` - the IAM role ARN is associated with the DB cluster and
|
5867
|
-
# can be used to access other
|
5922
|
+
# can be used to access other Amazon Web Services on your behalf.
|
5868
5923
|
#
|
5869
5924
|
# * `PENDING` - the IAM role ARN is being associated with the DB
|
5870
5925
|
# cluster.
|
5871
5926
|
#
|
5872
5927
|
# * `INVALID` - the IAM role ARN is associated with the DB cluster,
|
5873
5928
|
# but the DB cluster is unable to assume the IAM role in order to
|
5874
|
-
# access other
|
5929
|
+
# access other Amazon Web Services on your behalf.
|
5875
5930
|
# @return [String]
|
5876
5931
|
#
|
5877
5932
|
# @!attribute [rw] feature_name
|
5878
|
-
# The name of the feature associated with the
|
5879
|
-
# Management (IAM) role. For the list of supported
|
5880
|
-
# DBEngineVersion.
|
5933
|
+
# The name of the feature associated with the Amazon Web Services
|
5934
|
+
# Identity and Access Management (IAM) role. For the list of supported
|
5935
|
+
# feature names, see DBEngineVersion.
|
5881
5936
|
# @return [String]
|
5882
5937
|
#
|
5883
5938
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterRole AWS API Documentation
|
@@ -5994,11 +6049,12 @@ module Aws::RDS
|
|
5994
6049
|
# @return [Boolean]
|
5995
6050
|
#
|
5996
6051
|
# @!attribute [rw] kms_key_id
|
5997
|
-
# If `StorageEncrypted` is true, the
|
5998
|
-
# encrypted DB cluster snapshot.
|
6052
|
+
# If `StorageEncrypted` is true, the Amazon Web Services KMS key
|
6053
|
+
# identifier for the encrypted DB cluster snapshot.
|
5999
6054
|
#
|
6000
|
-
# The
|
6001
|
-
# alias name for the
|
6055
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
6056
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
6057
|
+
# master key (CMK).
|
6002
6058
|
# @return [String]
|
6003
6059
|
#
|
6004
6060
|
# @!attribute [rw] db_cluster_snapshot_arn
|
@@ -6012,8 +6068,9 @@ module Aws::RDS
|
|
6012
6068
|
# @return [String]
|
6013
6069
|
#
|
6014
6070
|
# @!attribute [rw] iam_database_authentication_enabled
|
6015
|
-
# True if mapping of
|
6016
|
-
# to database accounts is enabled, and
|
6071
|
+
# True if mapping of Amazon Web Services Identity and Access
|
6072
|
+
# Management (IAM) accounts to database accounts is enabled, and
|
6073
|
+
# otherwise false.
|
6017
6074
|
# @return [Boolean]
|
6018
6075
|
#
|
6019
6076
|
# @!attribute [rw] tag_list
|
@@ -6063,16 +6120,17 @@ module Aws::RDS
|
|
6063
6120
|
# Contains the name and values of a manual DB cluster snapshot
|
6064
6121
|
# attribute.
|
6065
6122
|
#
|
6066
|
-
# Manual DB cluster snapshot attributes are used to authorize other
|
6067
|
-
# accounts to restore a manual DB cluster snapshot.
|
6068
|
-
# information, see the `ModifyDBClusterSnapshotAttribute` API
|
6123
|
+
# Manual DB cluster snapshot attributes are used to authorize other
|
6124
|
+
# Amazon Web Services accounts to restore a manual DB cluster snapshot.
|
6125
|
+
# For more information, see the `ModifyDBClusterSnapshotAttribute` API
|
6126
|
+
# action.
|
6069
6127
|
#
|
6070
6128
|
# @!attribute [rw] attribute_name
|
6071
6129
|
# The name of the manual DB cluster snapshot attribute.
|
6072
6130
|
#
|
6073
|
-
# The attribute named `restore` refers to the list of
|
6074
|
-
# that have permission to copy or restore the manual
|
6075
|
-
# snapshot. For more information, see the
|
6131
|
+
# The attribute named `restore` refers to the list of Amazon Web
|
6132
|
+
# Services accounts that have permission to copy or restore the manual
|
6133
|
+
# DB cluster snapshot. For more information, see the
|
6076
6134
|
# `ModifyDBClusterSnapshotAttribute` API action.
|
6077
6135
|
# @return [String]
|
6078
6136
|
#
|
@@ -6080,10 +6138,11 @@ module Aws::RDS
|
|
6080
6138
|
# The value(s) for the manual DB cluster snapshot attribute.
|
6081
6139
|
#
|
6082
6140
|
# If the `AttributeName` field is set to `restore`, then this element
|
6083
|
-
# returns a list of IDs of the
|
6084
|
-
# copy or restore the manual DB cluster snapshot. If a
|
6085
|
-
# is in the list, then the manual DB cluster snapshot
|
6086
|
-
# available for any
|
6141
|
+
# returns a list of IDs of the Amazon Web Services accounts that are
|
6142
|
+
# authorized to copy or restore the manual DB cluster snapshot. If a
|
6143
|
+
# value of `all` is in the list, then the manual DB cluster snapshot
|
6144
|
+
# is public and available for any Amazon Web Services account to copy
|
6145
|
+
# or restore.
|
6087
6146
|
# @return [Array<String>]
|
6088
6147
|
#
|
6089
6148
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterSnapshotAttribute AWS API Documentation
|
@@ -6098,9 +6157,10 @@ module Aws::RDS
|
|
6098
6157
|
# Contains the results of a successful call to the
|
6099
6158
|
# `DescribeDBClusterSnapshotAttributes` API action.
|
6100
6159
|
#
|
6101
|
-
# Manual DB cluster snapshot attributes are used to authorize other
|
6102
|
-
# accounts to copy or restore a manual DB cluster
|
6103
|
-
# information, see the
|
6160
|
+
# Manual DB cluster snapshot attributes are used to authorize other
|
6161
|
+
# Amazon Web Services accounts to copy or restore a manual DB cluster
|
6162
|
+
# snapshot. For more information, see the
|
6163
|
+
# `ModifyDBClusterSnapshotAttribute` API action.
|
6104
6164
|
#
|
6105
6165
|
# @!attribute [rw] db_cluster_snapshot_identifier
|
6106
6166
|
# The identifier of the manual DB cluster snapshot that the attributes
|
@@ -6535,17 +6595,19 @@ module Aws::RDS
|
|
6535
6595
|
# @return [Boolean]
|
6536
6596
|
#
|
6537
6597
|
# @!attribute [rw] kms_key_id
|
6538
|
-
# If `StorageEncrypted` is true, the
|
6539
|
-
# encrypted DB instance.
|
6598
|
+
# If `StorageEncrypted` is true, the Amazon Web Services KMS key
|
6599
|
+
# identifier for the encrypted DB instance.
|
6540
6600
|
#
|
6541
|
-
# The
|
6542
|
-
# alias name for the
|
6601
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
6602
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
6603
|
+
# master key (CMK).
|
6543
6604
|
# @return [String]
|
6544
6605
|
#
|
6545
6606
|
# @!attribute [rw] dbi_resource_id
|
6546
|
-
# The
|
6547
|
-
# This identifier is found in
|
6548
|
-
#
|
6607
|
+
# The Amazon Web Services Region-unique, immutable identifier for the
|
6608
|
+
# DB instance. This identifier is found in Amazon Web Services
|
6609
|
+
# CloudTrail log entries whenever the Amazon Web Services KMS customer
|
6610
|
+
# master key (CMK) for the DB instance is accessed.
|
6549
6611
|
# @return [String]
|
6550
6612
|
#
|
6551
6613
|
# @!attribute [rw] ca_certificate_identifier
|
@@ -6606,8 +6668,9 @@ module Aws::RDS
|
|
6606
6668
|
# @return [String]
|
6607
6669
|
#
|
6608
6670
|
# @!attribute [rw] iam_database_authentication_enabled
|
6609
|
-
# True if mapping of
|
6610
|
-
# to database accounts is enabled, and
|
6671
|
+
# True if mapping of Amazon Web Services Identity and Access
|
6672
|
+
# Management (IAM) accounts to database accounts is enabled, and
|
6673
|
+
# otherwise false.
|
6611
6674
|
#
|
6612
6675
|
# IAM database authentication can be enabled for the following
|
6613
6676
|
# database engines
|
@@ -6626,11 +6689,12 @@ module Aws::RDS
|
|
6626
6689
|
# @return [Boolean]
|
6627
6690
|
#
|
6628
6691
|
# @!attribute [rw] performance_insights_kms_key_id
|
6629
|
-
# The
|
6630
|
-
# data.
|
6692
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
6693
|
+
# Performance Insights data.
|
6631
6694
|
#
|
6632
|
-
# The
|
6633
|
-
# alias name for the
|
6695
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
6696
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
6697
|
+
# master key (CMK).
|
6634
6698
|
# @return [String]
|
6635
6699
|
#
|
6636
6700
|
# @!attribute [rw] performance_insights_retention_period
|
@@ -6667,8 +6731,8 @@ module Aws::RDS
|
|
6667
6731
|
# @return [Boolean]
|
6668
6732
|
#
|
6669
6733
|
# @!attribute [rw] associated_roles
|
6670
|
-
# The
|
6671
|
-
# the DB instance.
|
6734
|
+
# The Amazon Web Services Identity and Access Management (IAM) roles
|
6735
|
+
# associated with the DB instance.
|
6672
6736
|
# @return [Array<Types::DBInstanceRole>]
|
6673
6737
|
#
|
6674
6738
|
# @!attribute [rw] listener_endpoint
|
@@ -6705,10 +6769,11 @@ module Aws::RDS
|
|
6705
6769
|
# local network.
|
6706
6770
|
#
|
6707
6771
|
# For more information about RDS on Outposts, see [Working with Amazon
|
6708
|
-
# RDS on
|
6772
|
+
# RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
|
6773
|
+
# Guide*.
|
6709
6774
|
#
|
6710
6775
|
# For more information about CoIPs, see [Customer-owned IP
|
6711
|
-
# addresses][2] in the *
|
6776
|
+
# addresses][2] in the *Amazon Web Services Outposts User Guide*.
|
6712
6777
|
#
|
6713
6778
|
#
|
6714
6779
|
#
|
@@ -6717,9 +6782,37 @@ module Aws::RDS
|
|
6717
6782
|
# @return [Boolean]
|
6718
6783
|
#
|
6719
6784
|
# @!attribute [rw] aws_backup_recovery_point_arn
|
6720
|
-
# The Amazon Resource Name (ARN) of the recovery point in
|
6785
|
+
# The Amazon Resource Name (ARN) of the recovery point in Amazon Web
|
6786
|
+
# Services Backup.
|
6787
|
+
# @return [String]
|
6788
|
+
#
|
6789
|
+
# @!attribute [rw] activity_stream_status
|
6790
|
+
# The status of the database activity stream.
|
6791
|
+
# @return [String]
|
6792
|
+
#
|
6793
|
+
# @!attribute [rw] activity_stream_kms_key_id
|
6794
|
+
# The Amazon Web Services KMS key identifier used for encrypting
|
6795
|
+
# messages in the database activity stream. The Amazon Web Services
|
6796
|
+
# KMS key identifier is the key ARN, key ID, alias ARN, or alias name
|
6797
|
+
# for the Amazon Web Services KMS customer master key (CMK).
|
6721
6798
|
# @return [String]
|
6722
6799
|
#
|
6800
|
+
# @!attribute [rw] activity_stream_kinesis_stream_name
|
6801
|
+
# The name of the Amazon Kinesis data stream used for the database
|
6802
|
+
# activity stream.
|
6803
|
+
# @return [String]
|
6804
|
+
#
|
6805
|
+
# @!attribute [rw] activity_stream_mode
|
6806
|
+
# The mode of the database activity stream. Database events such as a
|
6807
|
+
# change or access generate an activity stream event. RDS for Oracle
|
6808
|
+
# always handles these events asynchronously.
|
6809
|
+
# @return [String]
|
6810
|
+
#
|
6811
|
+
# @!attribute [rw] activity_stream_engine_native_audit_fields_included
|
6812
|
+
# Indicates whether engine-native audit fields are included in the
|
6813
|
+
# database activity stream.
|
6814
|
+
# @return [Boolean]
|
6815
|
+
#
|
6723
6816
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
|
6724
6817
|
#
|
6725
6818
|
class DBInstance < Struct.new(
|
@@ -6786,7 +6879,12 @@ module Aws::RDS
|
|
6786
6879
|
:tag_list,
|
6787
6880
|
:db_instance_automated_backups_replications,
|
6788
6881
|
:customer_owned_ip_enabled,
|
6789
|
-
:aws_backup_recovery_point_arn
|
6882
|
+
:aws_backup_recovery_point_arn,
|
6883
|
+
:activity_stream_status,
|
6884
|
+
:activity_stream_kms_key_id,
|
6885
|
+
:activity_stream_kinesis_stream_name,
|
6886
|
+
:activity_stream_mode,
|
6887
|
+
:activity_stream_engine_native_audit_fields_included)
|
6790
6888
|
SENSITIVE = []
|
6791
6889
|
include Aws::Structure
|
6792
6890
|
end
|
@@ -6807,11 +6905,11 @@ module Aws::RDS
|
|
6807
6905
|
#
|
6808
6906
|
# @!attribute [rw] dbi_resource_id
|
6809
6907
|
# The identifier for the source DB instance, which can't be changed
|
6810
|
-
# and which is unique to an
|
6908
|
+
# and which is unique to an Amazon Web Services Region.
|
6811
6909
|
# @return [String]
|
6812
6910
|
#
|
6813
6911
|
# @!attribute [rw] region
|
6814
|
-
# The
|
6912
|
+
# The Amazon Web Services Region associated with the automated backup.
|
6815
6913
|
# @return [String]
|
6816
6914
|
#
|
6817
6915
|
# @!attribute [rw] db_instance_identifier
|
@@ -6848,8 +6946,8 @@ module Aws::RDS
|
|
6848
6946
|
#
|
6849
6947
|
# @!attribute [rw] availability_zone
|
6850
6948
|
# The Availability Zone that the automated backup was created in. For
|
6851
|
-
# information on
|
6852
|
-
# Availability Zones][1].
|
6949
|
+
# information on Amazon Web Services Regions and Availability Zones,
|
6950
|
+
# see [Regions and Availability Zones][1].
|
6853
6951
|
#
|
6854
6952
|
#
|
6855
6953
|
#
|
@@ -6903,10 +7001,11 @@ module Aws::RDS
|
|
6903
7001
|
# @return [String]
|
6904
7002
|
#
|
6905
7003
|
# @!attribute [rw] kms_key_id
|
6906
|
-
# The
|
7004
|
+
# The Amazon Web Services KMS key ID for an automated backup.
|
6907
7005
|
#
|
6908
|
-
# The
|
6909
|
-
# alias name for the
|
7006
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
7007
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
7008
|
+
# master key (CMK).
|
6910
7009
|
# @return [String]
|
6911
7010
|
#
|
6912
7011
|
# @!attribute [rw] timezone
|
@@ -6916,8 +7015,9 @@ module Aws::RDS
|
|
6916
7015
|
# @return [String]
|
6917
7016
|
#
|
6918
7017
|
# @!attribute [rw] iam_database_authentication_enabled
|
6919
|
-
# True if mapping of
|
6920
|
-
# to database accounts is enabled, and
|
7018
|
+
# True if mapping of Amazon Web Services Identity and Access
|
7019
|
+
# Management (IAM) accounts to database accounts is enabled, and
|
7020
|
+
# otherwise false.
|
6921
7021
|
# @return [Boolean]
|
6922
7022
|
#
|
6923
7023
|
# @!attribute [rw] backup_retention_period
|
@@ -6929,8 +7029,8 @@ module Aws::RDS
|
|
6929
7029
|
# @return [String]
|
6930
7030
|
#
|
6931
7031
|
# @!attribute [rw] db_instance_automated_backups_replications
|
6932
|
-
# The list of replications to different
|
6933
|
-
# the automated backup.
|
7032
|
+
# The list of replications to different Amazon Web Services Regions
|
7033
|
+
# associated with the automated backup.
|
6934
7034
|
# @return [Array<Types::DBInstanceAutomatedBackupsReplication>]
|
6935
7035
|
#
|
6936
7036
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceAutomatedBackup AWS API Documentation
|
@@ -7002,9 +7102,9 @@ module Aws::RDS
|
|
7002
7102
|
#
|
7003
7103
|
class DBInstanceAutomatedBackupQuotaExceededFault < Aws::EmptyStructure; end
|
7004
7104
|
|
7005
|
-
# Automated backups of a DB instance replicated to another
|
7006
|
-
# They consist of system backups, transaction logs, and
|
7007
|
-
# instance properties.
|
7105
|
+
# Automated backups of a DB instance replicated to another Amazon Web
|
7106
|
+
# Services Region. They consist of system backups, transaction logs, and
|
7107
|
+
# database instance properties.
|
7008
7108
|
#
|
7009
7109
|
# @!attribute [rw] db_instance_automated_backups_arn
|
7010
7110
|
# The Amazon Resource Name (ARN) of the replicated automated backups.
|
@@ -7046,8 +7146,8 @@ module Aws::RDS
|
|
7046
7146
|
#
|
7047
7147
|
class DBInstanceNotFoundFault < Aws::EmptyStructure; end
|
7048
7148
|
|
7049
|
-
# Describes an
|
7050
|
-
# associated with a DB instance.
|
7149
|
+
# Describes an Amazon Web Services Identity and Access Management (IAM)
|
7150
|
+
# role that is associated with a DB instance.
|
7051
7151
|
#
|
7052
7152
|
# @!attribute [rw] role_arn
|
7053
7153
|
# The Amazon Resource Name (ARN) of the IAM role that is associated
|
@@ -7055,9 +7155,9 @@ module Aws::RDS
|
|
7055
7155
|
# @return [String]
|
7056
7156
|
#
|
7057
7157
|
# @!attribute [rw] feature_name
|
7058
|
-
# The name of the feature associated with the
|
7059
|
-
# Management (IAM) role. For the list of supported
|
7060
|
-
# `DBEngineVersion`.
|
7158
|
+
# The name of the feature associated with the Amazon Web Services
|
7159
|
+
# Identity and Access Management (IAM) role. For the list of supported
|
7160
|
+
# feature names, see `DBEngineVersion`.
|
7061
7161
|
# @return [String]
|
7062
7162
|
#
|
7063
7163
|
# @!attribute [rw] status
|
@@ -7065,14 +7165,15 @@ module Aws::RDS
|
|
7065
7165
|
# instance. The Status property returns one of the following values:
|
7066
7166
|
#
|
7067
7167
|
# * `ACTIVE` - the IAM role ARN is associated with the DB instance and
|
7068
|
-
# can be used to access other
|
7168
|
+
# can be used to access other Amazon Web Services services on your
|
7169
|
+
# behalf.
|
7069
7170
|
#
|
7070
7171
|
# * `PENDING` - the IAM role ARN is being associated with the DB
|
7071
7172
|
# instance.
|
7072
7173
|
#
|
7073
7174
|
# * `INVALID` - the IAM role ARN is associated with the DB instance,
|
7074
7175
|
# but the DB instance is unable to assume the IAM role in order to
|
7075
|
-
# access other
|
7176
|
+
# access other Amazon Web Services services on your behalf.
|
7076
7177
|
# @return [String]
|
7077
7178
|
#
|
7078
7179
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceRole AWS API Documentation
|
@@ -7099,8 +7200,9 @@ module Aws::RDS
|
|
7099
7200
|
#
|
7100
7201
|
class DBInstanceRoleNotFoundFault < Aws::EmptyStructure; end
|
7101
7202
|
|
7102
|
-
# You can't associate any more
|
7103
|
-
# roles with the DB instance because the quota has been
|
7203
|
+
# You can't associate any more Amazon Web Services Identity and Access
|
7204
|
+
# Management (IAM) roles with the DB instance because the quota has been
|
7205
|
+
# reached.
|
7104
7206
|
#
|
7105
7207
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceRoleQuotaExceededFault AWS API Documentation
|
7106
7208
|
#
|
@@ -7298,7 +7400,8 @@ module Aws::RDS
|
|
7298
7400
|
#
|
7299
7401
|
# @!attribute [rw] db_proxy_name
|
7300
7402
|
# The identifier for the proxy. This name must be unique for all
|
7301
|
-
# proxies owned by your
|
7403
|
+
# proxies owned by your Amazon Web Services account in the specified
|
7404
|
+
# Amazon Web Services Region.
|
7302
7405
|
# @return [String]
|
7303
7406
|
#
|
7304
7407
|
# @!attribute [rw] db_proxy_arn
|
@@ -7403,7 +7506,8 @@ module Aws::RDS
|
|
7403
7506
|
end
|
7404
7507
|
|
7405
7508
|
# The specified proxy name must be unique for all proxies owned by your
|
7406
|
-
#
|
7509
|
+
# Amazon Web Services account in the specified Amazon Web Services
|
7510
|
+
# Region.
|
7407
7511
|
#
|
7408
7512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyAlreadyExistsFault AWS API Documentation
|
7409
7513
|
#
|
@@ -7494,7 +7598,8 @@ module Aws::RDS
|
|
7494
7598
|
end
|
7495
7599
|
|
7496
7600
|
# The specified DB proxy endpoint name must be unique for all DB proxy
|
7497
|
-
# endpoints owned by your
|
7601
|
+
# endpoints owned by your Amazon Web Services account in the specified
|
7602
|
+
# Amazon Web Services Region.
|
7498
7603
|
#
|
7499
7604
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpointAlreadyExistsFault AWS API Documentation
|
7500
7605
|
#
|
@@ -7513,14 +7618,15 @@ module Aws::RDS
|
|
7513
7618
|
class DBProxyEndpointQuotaExceededFault < Aws::EmptyStructure; end
|
7514
7619
|
|
7515
7620
|
# The specified proxy name doesn't correspond to a proxy owned by your
|
7516
|
-
#
|
7621
|
+
# Amazon Web Services account in the specified Amazon Web Services
|
7622
|
+
# Region.
|
7517
7623
|
#
|
7518
7624
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyNotFoundFault AWS API Documentation
|
7519
7625
|
#
|
7520
7626
|
class DBProxyNotFoundFault < Aws::EmptyStructure; end
|
7521
7627
|
|
7522
|
-
# Your
|
7523
|
-
# specified
|
7628
|
+
# Your Amazon Web Services account already has the maximum number of
|
7629
|
+
# proxies in the specified Amazon Web Services Region.
|
7524
7630
|
#
|
7525
7631
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyQuotaExceededFault AWS API Documentation
|
7526
7632
|
#
|
@@ -7608,8 +7714,8 @@ module Aws::RDS
|
|
7608
7714
|
#
|
7609
7715
|
# @!attribute [rw] target_group_name
|
7610
7716
|
# The identifier for the target group. This name must be unique for
|
7611
|
-
# all target groups owned by your
|
7612
|
-
# Region.
|
7717
|
+
# all target groups owned by your Amazon Web Services account in the
|
7718
|
+
# specified Amazon Web Services Region.
|
7613
7719
|
# @return [String]
|
7614
7720
|
#
|
7615
7721
|
# @!attribute [rw] target_group_arn
|
@@ -7659,14 +7765,16 @@ module Aws::RDS
|
|
7659
7765
|
end
|
7660
7766
|
|
7661
7767
|
# The specified target group isn't available for a proxy owned by your
|
7662
|
-
#
|
7768
|
+
# Amazon Web Services account in the specified Amazon Web Services
|
7769
|
+
# Region.
|
7663
7770
|
#
|
7664
7771
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyTargetGroupNotFoundFault AWS API Documentation
|
7665
7772
|
#
|
7666
7773
|
class DBProxyTargetGroupNotFoundFault < Aws::EmptyStructure; end
|
7667
7774
|
|
7668
7775
|
# The specified RDS DB instance or Aurora DB cluster isn't available
|
7669
|
-
# for a proxy owned by your
|
7776
|
+
# for a proxy owned by your Amazon Web Services account in the specified
|
7777
|
+
# Amazon Web Services Region.
|
7670
7778
|
#
|
7671
7779
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyTargetNotFoundFault AWS API Documentation
|
7672
7780
|
#
|
@@ -7678,7 +7786,8 @@ module Aws::RDS
|
|
7678
7786
|
# `DescribeDBSecurityGroups` action.
|
7679
7787
|
#
|
7680
7788
|
# @!attribute [rw] owner_id
|
7681
|
-
# Provides the
|
7789
|
+
# Provides the Amazon Web Services ID of the owner of a specific DB
|
7790
|
+
# security group.
|
7682
7791
|
# @return [String]
|
7683
7792
|
#
|
7684
7793
|
# @!attribute [rw] db_security_group_name
|
@@ -7810,7 +7919,7 @@ module Aws::RDS
|
|
7810
7919
|
#
|
7811
7920
|
# @!attribute [rw] snapshot_create_time
|
7812
7921
|
# Specifies when the snapshot was taken in Coordinated Universal Time
|
7813
|
-
# (UTC).
|
7922
|
+
# (UTC). Changes for the copy when the snapshot is copied.
|
7814
7923
|
# @return [Time]
|
7815
7924
|
#
|
7816
7925
|
# @!attribute [rw] engine
|
@@ -7874,13 +7983,14 @@ module Aws::RDS
|
|
7874
7983
|
# @return [Integer]
|
7875
7984
|
#
|
7876
7985
|
# @!attribute [rw] source_region
|
7877
|
-
# The
|
7986
|
+
# The Amazon Web Services Region that the DB snapshot was created in
|
7987
|
+
# or copied from.
|
7878
7988
|
# @return [String]
|
7879
7989
|
#
|
7880
7990
|
# @!attribute [rw] source_db_snapshot_identifier
|
7881
7991
|
# The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was
|
7882
|
-
# copied from. It only has value in case of cross-
|
7883
|
-
# cross-
|
7992
|
+
# copied from. It only has a value in the case of a cross-account or
|
7993
|
+
# cross-Region copy.
|
7884
7994
|
# @return [String]
|
7885
7995
|
#
|
7886
7996
|
# @!attribute [rw] storage_type
|
@@ -7897,11 +8007,12 @@ module Aws::RDS
|
|
7897
8007
|
# @return [Boolean]
|
7898
8008
|
#
|
7899
8009
|
# @!attribute [rw] kms_key_id
|
7900
|
-
# If `Encrypted` is true, the
|
7901
|
-
# DB snapshot.
|
8010
|
+
# If `Encrypted` is true, the Amazon Web Services KMS key identifier
|
8011
|
+
# for the encrypted DB snapshot.
|
7902
8012
|
#
|
7903
|
-
# The
|
7904
|
-
# alias name for the
|
8013
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
8014
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
8015
|
+
# master key (CMK).
|
7905
8016
|
# @return [String]
|
7906
8017
|
#
|
7907
8018
|
# @!attribute [rw] db_snapshot_arn
|
@@ -7916,8 +8027,9 @@ module Aws::RDS
|
|
7916
8027
|
# @return [String]
|
7917
8028
|
#
|
7918
8029
|
# @!attribute [rw] iam_database_authentication_enabled
|
7919
|
-
# True if mapping of
|
7920
|
-
# to database accounts is enabled, and
|
8030
|
+
# True if mapping of Amazon Web Services Identity and Access
|
8031
|
+
# Management (IAM) accounts to database accounts is enabled, and
|
8032
|
+
# otherwise false.
|
7921
8033
|
# @return [Boolean]
|
7922
8034
|
#
|
7923
8035
|
# @!attribute [rw] processor_features
|
@@ -7928,7 +8040,7 @@ module Aws::RDS
|
|
7928
8040
|
#
|
7929
8041
|
# @!attribute [rw] dbi_resource_id
|
7930
8042
|
# The identifier for the source DB instance, which can't be changed
|
7931
|
-
# and which is unique to an
|
8043
|
+
# and which is unique to an Amazon Web Services Region.
|
7932
8044
|
# @return [String]
|
7933
8045
|
#
|
7934
8046
|
# @!attribute [rw] tag_list
|
@@ -7940,6 +8052,11 @@ module Aws::RDS
|
|
7940
8052
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
7941
8053
|
# @return [Array<Types::Tag>]
|
7942
8054
|
#
|
8055
|
+
# @!attribute [rw] original_snapshot_create_time
|
8056
|
+
# Specifies the time of the CreateDBSnapshot operation in Coordinated
|
8057
|
+
# Universal Time (UTC). Doesn't change when the snapshot is copied.
|
8058
|
+
# @return [Time]
|
8059
|
+
#
|
7943
8060
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshot AWS API Documentation
|
7944
8061
|
#
|
7945
8062
|
class DBSnapshot < Struct.new(
|
@@ -7971,7 +8088,8 @@ module Aws::RDS
|
|
7971
8088
|
:iam_database_authentication_enabled,
|
7972
8089
|
:processor_features,
|
7973
8090
|
:dbi_resource_id,
|
7974
|
-
:tag_list
|
8091
|
+
:tag_list,
|
8092
|
+
:original_snapshot_create_time)
|
7975
8093
|
SENSITIVE = []
|
7976
8094
|
include Aws::Structure
|
7977
8095
|
end
|
@@ -7984,27 +8102,27 @@ module Aws::RDS
|
|
7984
8102
|
|
7985
8103
|
# Contains the name and values of a manual DB snapshot attribute
|
7986
8104
|
#
|
7987
|
-
# Manual DB snapshot attributes are used to authorize other
|
7988
|
-
# to restore a manual DB snapshot. For more
|
7989
|
-
# `ModifyDBSnapshotAttribute` API.
|
8105
|
+
# Manual DB snapshot attributes are used to authorize other Amazon Web
|
8106
|
+
# Services accounts to restore a manual DB snapshot. For more
|
8107
|
+
# information, see the `ModifyDBSnapshotAttribute` API.
|
7990
8108
|
#
|
7991
8109
|
# @!attribute [rw] attribute_name
|
7992
8110
|
# The name of the manual DB snapshot attribute.
|
7993
8111
|
#
|
7994
|
-
# The attribute named `restore` refers to the list of
|
7995
|
-
# that have permission to copy or restore the manual
|
7996
|
-
# snapshot. For more information, see the
|
7997
|
-
# API action.
|
8112
|
+
# The attribute named `restore` refers to the list of Amazon Web
|
8113
|
+
# Services accounts that have permission to copy or restore the manual
|
8114
|
+
# DB cluster snapshot. For more information, see the
|
8115
|
+
# `ModifyDBSnapshotAttribute` API action.
|
7998
8116
|
# @return [String]
|
7999
8117
|
#
|
8000
8118
|
# @!attribute [rw] attribute_values
|
8001
8119
|
# The value or values for the manual DB snapshot attribute.
|
8002
8120
|
#
|
8003
8121
|
# If the `AttributeName` field is set to `restore`, then this element
|
8004
|
-
# returns a list of IDs of the
|
8005
|
-
# copy or restore the manual DB snapshot. If a value of
|
8006
|
-
# the list, then the manual DB snapshot is public and
|
8007
|
-
# any
|
8122
|
+
# returns a list of IDs of the Amazon Web Services accounts that are
|
8123
|
+
# authorized to copy or restore the manual DB snapshot. If a value of
|
8124
|
+
# `all` is in the list, then the manual DB snapshot is public and
|
8125
|
+
# available for any Amazon Web Services account to copy or restore.
|
8008
8126
|
# @return [Array<String>]
|
8009
8127
|
#
|
8010
8128
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshotAttribute AWS API Documentation
|
@@ -8019,9 +8137,9 @@ module Aws::RDS
|
|
8019
8137
|
# Contains the results of a successful call to the
|
8020
8138
|
# `DescribeDBSnapshotAttributes` API action.
|
8021
8139
|
#
|
8022
|
-
# Manual DB snapshot attributes are used to authorize other
|
8023
|
-
# to copy or restore a manual DB snapshot. For more
|
8024
|
-
# `ModifyDBSnapshotAttribute` API action.
|
8140
|
+
# Manual DB snapshot attributes are used to authorize other Amazon Web
|
8141
|
+
# Services accounts to copy or restore a manual DB snapshot. For more
|
8142
|
+
# information, see the `ModifyDBSnapshotAttribute` API action.
|
8025
8143
|
#
|
8026
8144
|
# @!attribute [rw] db_snapshot_identifier
|
8027
8145
|
# The identifier of the manual DB snapshot that the attributes apply
|
@@ -8393,7 +8511,7 @@ module Aws::RDS
|
|
8393
8511
|
#
|
8394
8512
|
# @!attribute [rw] dbi_resource_id
|
8395
8513
|
# The identifier for the source DB instance, which can't be changed
|
8396
|
-
# and which is unique to an
|
8514
|
+
# and which is unique to an Amazon Web Services Region.
|
8397
8515
|
# @return [String]
|
8398
8516
|
#
|
8399
8517
|
# @!attribute [rw] db_instance_automated_backups_arn
|
@@ -9303,9 +9421,9 @@ module Aws::RDS
|
|
9303
9421
|
# `DescribeDBClusterSnapshotAttributes` API action.
|
9304
9422
|
#
|
9305
9423
|
# Manual DB cluster snapshot attributes are used to authorize other
|
9306
|
-
#
|
9307
|
-
# more information, see the
|
9308
|
-
# action.
|
9424
|
+
# Amazon Web Services accounts to copy or restore a manual DB cluster
|
9425
|
+
# snapshot. For more information, see the
|
9426
|
+
# `ModifyDBClusterSnapshotAttribute` API action.
|
9309
9427
|
# @return [Types::DBClusterSnapshotAttributesResult]
|
9310
9428
|
#
|
9311
9429
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterSnapshotAttributesResult AWS API Documentation
|
@@ -9368,13 +9486,14 @@ module Aws::RDS
|
|
9368
9486
|
# of the following values:
|
9369
9487
|
#
|
9370
9488
|
# * `automated` - Return all DB cluster snapshots that have been
|
9371
|
-
# automatically taken by Amazon RDS for my
|
9489
|
+
# automatically taken by Amazon RDS for my Amazon Web Services
|
9490
|
+
# account.
|
9372
9491
|
#
|
9373
9492
|
# * `manual` - Return all DB cluster snapshots that have been taken by
|
9374
|
-
# my
|
9493
|
+
# my Amazon Web Services account.
|
9375
9494
|
#
|
9376
9495
|
# * `shared` - Return all manual DB cluster snapshots that have been
|
9377
|
-
# shared to my
|
9496
|
+
# shared to my Amazon Web Services account.
|
9378
9497
|
#
|
9379
9498
|
# * `public` - Return all DB cluster snapshots that have been marked
|
9380
9499
|
# as public.
|
@@ -9430,19 +9549,20 @@ module Aws::RDS
|
|
9430
9549
|
#
|
9431
9550
|
# @!attribute [rw] include_shared
|
9432
9551
|
# A value that indicates whether to include shared manual DB cluster
|
9433
|
-
# snapshots from other
|
9434
|
-
# given permission to copy or restore.
|
9435
|
-
# not included.
|
9552
|
+
# snapshots from other Amazon Web Services accounts that this Amazon
|
9553
|
+
# Web Services account has been given permission to copy or restore.
|
9554
|
+
# By default, these snapshots are not included.
|
9436
9555
|
#
|
9437
|
-
# You can give an
|
9438
|
-
# cluster snapshot from another
|
9439
|
-
# `ModifyDBClusterSnapshotAttribute` API action.
|
9556
|
+
# You can give an Amazon Web Services account permission to restore a
|
9557
|
+
# manual DB cluster snapshot from another Amazon Web Services account
|
9558
|
+
# by the `ModifyDBClusterSnapshotAttribute` API action.
|
9440
9559
|
# @return [Boolean]
|
9441
9560
|
#
|
9442
9561
|
# @!attribute [rw] include_public
|
9443
9562
|
# A value that indicates whether to include manual DB cluster
|
9444
|
-
# snapshots that are public and can be copied or restored by any
|
9445
|
-
# account. By default, the public snapshots are
|
9563
|
+
# snapshots that are public and can be copied or restored by any
|
9564
|
+
# Amazon Web Services account. By default, the public snapshots are
|
9565
|
+
# not included.
|
9446
9566
|
#
|
9447
9567
|
# You can share a manual DB cluster snapshot as public by using the
|
9448
9568
|
# ModifyDBClusterSnapshotAttribute API action.
|
@@ -9496,11 +9616,20 @@ module Aws::RDS
|
|
9496
9616
|
#
|
9497
9617
|
# Supported filters:
|
9498
9618
|
#
|
9619
|
+
# * `clone-group-id` - Accepts clone group identifiers. The results
|
9620
|
+
# list will only include information about the DB clusters
|
9621
|
+
# associated with these clone groups.
|
9622
|
+
#
|
9499
9623
|
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
9500
9624
|
# Amazon Resource Names (ARNs). The results list will only include
|
9501
9625
|
# information about the DB clusters identified by these ARNs.
|
9502
9626
|
#
|
9503
|
-
#
|
9627
|
+
# * `domain` - Accepts Active Directory directory IDs. The results
|
9628
|
+
# list will only include information about the DB clusters
|
9629
|
+
# associated with these domains.
|
9630
|
+
#
|
9631
|
+
# * `engine` - Accepts engine names. The results list will only
|
9632
|
+
# include information about the DB clusters for these engines.
|
9504
9633
|
# @return [Array<Types::Filter>]
|
9505
9634
|
#
|
9506
9635
|
# @!attribute [rw] max_records
|
@@ -9523,7 +9652,8 @@ module Aws::RDS
|
|
9523
9652
|
#
|
9524
9653
|
# @!attribute [rw] include_shared
|
9525
9654
|
# Optional Boolean parameter that specifies whether the output
|
9526
|
-
# includes information about clusters shared from other
|
9655
|
+
# includes information about clusters shared from other Amazon Web
|
9656
|
+
# Services accounts.
|
9527
9657
|
# @return [Boolean]
|
9528
9658
|
#
|
9529
9659
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClustersMessage AWS API Documentation
|
@@ -9576,11 +9706,11 @@ module Aws::RDS
|
|
9576
9706
|
#
|
9577
9707
|
# * `oracle-ee`
|
9578
9708
|
#
|
9579
|
-
# * `oracle-
|
9709
|
+
# * `oracle-ee-cdb`
|
9580
9710
|
#
|
9581
|
-
# * `oracle-
|
9711
|
+
# * `oracle-se2`
|
9582
9712
|
#
|
9583
|
-
# * `oracle-
|
9713
|
+
# * `oracle-se2-cdb`
|
9584
9714
|
#
|
9585
9715
|
# * `postgres`
|
9586
9716
|
#
|
@@ -10113,8 +10243,8 @@ module Aws::RDS
|
|
10113
10243
|
#
|
10114
10244
|
# @!attribute [rw] db_proxy_name
|
10115
10245
|
# The name of the DB proxy. If you omit this parameter, the output
|
10116
|
-
# includes information about all DB proxies owned by your
|
10117
|
-
# ID.
|
10246
|
+
# includes information about all DB proxies owned by your Amazon Web
|
10247
|
+
# Services account ID.
|
10118
10248
|
# @return [String]
|
10119
10249
|
#
|
10120
10250
|
# @!attribute [rw] filters
|
@@ -10478,8 +10608,8 @@ module Aws::RDS
|
|
10478
10608
|
# Contains the results of a successful call to the
|
10479
10609
|
# `DescribeDBSnapshotAttributes` API action.
|
10480
10610
|
#
|
10481
|
-
# Manual DB snapshot attributes are used to authorize other
|
10482
|
-
# accounts to copy or restore a manual DB snapshot. For more
|
10611
|
+
# Manual DB snapshot attributes are used to authorize other Amazon Web
|
10612
|
+
# Services accounts to copy or restore a manual DB snapshot. For more
|
10483
10613
|
# information, see the `ModifyDBSnapshotAttribute` API action.
|
10484
10614
|
# @return [Types::DBSnapshotAttributesResult]
|
10485
10615
|
#
|
@@ -10541,22 +10671,22 @@ module Aws::RDS
|
|
10541
10671
|
# following values:
|
10542
10672
|
#
|
10543
10673
|
# * `automated` - Return all DB snapshots that have been automatically
|
10544
|
-
# taken by Amazon RDS for my
|
10674
|
+
# taken by Amazon RDS for my Amazon Web Services account.
|
10545
10675
|
#
|
10546
|
-
# * `manual` - Return all DB snapshots that have been taken by my
|
10547
|
-
# account.
|
10676
|
+
# * `manual` - Return all DB snapshots that have been taken by my
|
10677
|
+
# Amazon Web Services account.
|
10548
10678
|
#
|
10549
10679
|
# * `shared` - Return all manual DB snapshots that have been shared to
|
10550
|
-
# my
|
10680
|
+
# my Amazon Web Services account.
|
10551
10681
|
#
|
10552
10682
|
# * `public` - Return all DB snapshots that have been marked as
|
10553
10683
|
# public.
|
10554
10684
|
#
|
10555
|
-
# * `awsbackup` - Return the DB snapshots managed by the
|
10556
|
-
# service.
|
10685
|
+
# * `awsbackup` - Return the DB snapshots managed by the Amazon Web
|
10686
|
+
# Services Backup service.
|
10557
10687
|
#
|
10558
|
-
# For information about
|
10559
|
-
# Guide.* ][1]
|
10688
|
+
# For information about Amazon Web Services Backup, see the [
|
10689
|
+
# *Amazon Web Services Backup Developer Guide.* ][1]
|
10560
10690
|
#
|
10561
10691
|
# The `awsbackup` type does not apply to Aurora.
|
10562
10692
|
#
|
@@ -10615,19 +10745,20 @@ module Aws::RDS
|
|
10615
10745
|
#
|
10616
10746
|
# @!attribute [rw] include_shared
|
10617
10747
|
# A value that indicates whether to include shared manual DB cluster
|
10618
|
-
# snapshots from other
|
10619
|
-
# given permission to copy or restore.
|
10620
|
-
# not included.
|
10748
|
+
# snapshots from other Amazon Web Services accounts that this Amazon
|
10749
|
+
# Web Services account has been given permission to copy or restore.
|
10750
|
+
# By default, these snapshots are not included.
|
10621
10751
|
#
|
10622
|
-
# You can give an
|
10623
|
-
# snapshot from another
|
10624
|
-
# `ModifyDBSnapshotAttribute` API action.
|
10752
|
+
# You can give an Amazon Web Services account permission to restore a
|
10753
|
+
# manual DB snapshot from another Amazon Web Services account by using
|
10754
|
+
# the `ModifyDBSnapshotAttribute` API action.
|
10625
10755
|
# @return [Boolean]
|
10626
10756
|
#
|
10627
10757
|
# @!attribute [rw] include_public
|
10628
10758
|
# A value that indicates whether to include manual DB cluster
|
10629
|
-
# snapshots that are public and can be copied or restored by any
|
10630
|
-
# account. By default, the public snapshots are
|
10759
|
+
# snapshots that are public and can be copied or restored by any
|
10760
|
+
# Amazon Web Services account. By default, the public snapshots are
|
10761
|
+
# not included.
|
10631
10762
|
#
|
10632
10763
|
# You can share a manual DB snapshot as public by using the
|
10633
10764
|
# ModifyDBSnapshotAttribute API.
|
@@ -11153,15 +11284,7 @@ module Aws::RDS
|
|
11153
11284
|
# @return [String]
|
11154
11285
|
#
|
11155
11286
|
# @!attribute [rw] filters
|
11156
|
-
#
|
11157
|
-
#
|
11158
|
-
# Supported filters:
|
11159
|
-
#
|
11160
|
-
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
11161
|
-
# Amazon Resource Names (ARNs). The results list will only include
|
11162
|
-
# information about the DB clusters identified by these ARNs.
|
11163
|
-
#
|
11164
|
-
# ^
|
11287
|
+
# This parameter isn't currently supported.
|
11165
11288
|
# @return [Array<Types::Filter>]
|
11166
11289
|
#
|
11167
11290
|
# @!attribute [rw] max_records
|
@@ -11280,11 +11403,11 @@ module Aws::RDS
|
|
11280
11403
|
#
|
11281
11404
|
# * `oracle-ee`
|
11282
11405
|
#
|
11283
|
-
# * `oracle-
|
11406
|
+
# * `oracle-ee-cdb`
|
11284
11407
|
#
|
11285
|
-
# * `oracle-
|
11408
|
+
# * `oracle-se2`
|
11286
11409
|
#
|
11287
|
-
# * `oracle-
|
11410
|
+
# * `oracle-se2-cdb`
|
11288
11411
|
#
|
11289
11412
|
# * `postgres`
|
11290
11413
|
#
|
@@ -11391,11 +11514,11 @@ module Aws::RDS
|
|
11391
11514
|
#
|
11392
11515
|
# * `oracle-ee`
|
11393
11516
|
#
|
11394
|
-
# * `oracle-
|
11517
|
+
# * `oracle-ee-cdb`
|
11395
11518
|
#
|
11396
|
-
# * `oracle-
|
11519
|
+
# * `oracle-se2`
|
11397
11520
|
#
|
11398
|
-
# * `oracle-
|
11521
|
+
# * `oracle-se2-cdb`
|
11399
11522
|
#
|
11400
11523
|
# * `postgres`
|
11401
11524
|
#
|
@@ -11464,11 +11587,11 @@ module Aws::RDS
|
|
11464
11587
|
#
|
11465
11588
|
# * `oracle-ee`
|
11466
11589
|
#
|
11467
|
-
# * `oracle-
|
11590
|
+
# * `oracle-ee-cdb`
|
11468
11591
|
#
|
11469
|
-
# * `oracle-
|
11592
|
+
# * `oracle-se2`
|
11470
11593
|
#
|
11471
|
-
# * `oracle-
|
11594
|
+
# * `oracle-se2-cdb`
|
11472
11595
|
#
|
11473
11596
|
# * `postgres`
|
11474
11597
|
#
|
@@ -11503,7 +11626,7 @@ module Aws::RDS
|
|
11503
11626
|
# in the group.
|
11504
11627
|
#
|
11505
11628
|
# Omit this parameter to show the available offerings in the specified
|
11506
|
-
#
|
11629
|
+
# Amazon Web Services Region.
|
11507
11630
|
# @return [String]
|
11508
11631
|
#
|
11509
11632
|
# @!attribute [rw] vpc
|
@@ -11680,8 +11803,8 @@ module Aws::RDS
|
|
11680
11803
|
# The lease identifier filter value. Specify this parameter to show
|
11681
11804
|
# only the reservation that matches the specified lease ID.
|
11682
11805
|
#
|
11683
|
-
# <note markdown="1">
|
11684
|
-
# reserved DB instance.
|
11806
|
+
# <note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
|
11807
|
+
# related to a reserved DB instance.
|
11685
11808
|
#
|
11686
11809
|
# </note>
|
11687
11810
|
# @return [String]
|
@@ -11841,11 +11964,12 @@ module Aws::RDS
|
|
11841
11964
|
# }
|
11842
11965
|
#
|
11843
11966
|
# @!attribute [rw] region_name
|
11844
|
-
# The source
|
11967
|
+
# The source Amazon Web Services Region name. For example,
|
11968
|
+
# `us-east-1`.
|
11845
11969
|
#
|
11846
11970
|
# Constraints:
|
11847
11971
|
#
|
11848
|
-
# * Must specify a valid
|
11972
|
+
# * Must specify a valid Amazon Web Services Region name.
|
11849
11973
|
#
|
11850
11974
|
# ^
|
11851
11975
|
# @return [String]
|
@@ -12093,8 +12217,8 @@ module Aws::RDS
|
|
12093
12217
|
# @return [String]
|
12094
12218
|
#
|
12095
12219
|
# @!attribute [rw] ec2_security_group_owner_id
|
12096
|
-
# Specifies the
|
12097
|
-
# specified in the `EC2SecurityGroupName` field.
|
12220
|
+
# Specifies the Amazon Web Services ID of the owner of the EC2
|
12221
|
+
# security group specified in the `EC2SecurityGroupName` field.
|
12098
12222
|
# @return [String]
|
12099
12223
|
#
|
12100
12224
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/EC2SecurityGroup AWS API Documentation
|
@@ -12251,8 +12375,8 @@ module Aws::RDS
|
|
12251
12375
|
# `DescribeEventSubscriptions` action.
|
12252
12376
|
#
|
12253
12377
|
# @!attribute [rw] customer_aws_id
|
12254
|
-
# The
|
12255
|
-
# subscription.
|
12378
|
+
# The Amazon Web Services customer account associated with the RDS
|
12379
|
+
# event notification subscription.
|
12256
12380
|
# @return [String]
|
12257
12381
|
#
|
12258
12382
|
# @!attribute [rw] cust_subscription_id
|
@@ -12431,11 +12555,12 @@ module Aws::RDS
|
|
12431
12555
|
# @return [String]
|
12432
12556
|
#
|
12433
12557
|
# @!attribute [rw] kms_key_id
|
12434
|
-
# The key identifier of the
|
12435
|
-
# used to encrypt the snapshot when it's exported
|
12436
|
-
#
|
12437
|
-
# name. The IAM role used for the
|
12438
|
-
#
|
12558
|
+
# The key identifier of the Amazon Web Services KMS customer master
|
12559
|
+
# key (CMK) that is used to encrypt the snapshot when it's exported
|
12560
|
+
# to Amazon S3. The Amazon Web Services KMS CMK identifier is its key
|
12561
|
+
# ARN, key ID, alias ARN, or alias name. The IAM role used for the
|
12562
|
+
# snapshot export must have encryption and decryption permissions to
|
12563
|
+
# use this Amazon Web Services KMS CMK.
|
12439
12564
|
# @return [String]
|
12440
12565
|
#
|
12441
12566
|
# @!attribute [rw] status
|
@@ -12588,7 +12713,7 @@ module Aws::RDS
|
|
12588
12713
|
# Identifier of the secondary Aurora DB cluster that you want to
|
12589
12714
|
# promote to primary for the Aurora global database (GlobalCluster.)
|
12590
12715
|
# Use the Amazon Resource Name (ARN) for the identifier so that Aurora
|
12591
|
-
# can locate the cluster in its
|
12716
|
+
# can locate the cluster in its Amazon Web Services Region.
|
12592
12717
|
# @return [String]
|
12593
12718
|
#
|
12594
12719
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverGlobalClusterMessage AWS API Documentation
|
@@ -12714,10 +12839,10 @@ module Aws::RDS
|
|
12714
12839
|
# @return [String]
|
12715
12840
|
#
|
12716
12841
|
# @!attribute [rw] global_cluster_resource_id
|
12717
|
-
# The
|
12718
|
-
# cluster. This identifier is found in
|
12719
|
-
#
|
12720
|
-
# accessed.
|
12842
|
+
# The Amazon Web Services Region-unique, immutable identifier for the
|
12843
|
+
# global database cluster. This identifier is found in Amazon Web
|
12844
|
+
# Services CloudTrail log entries whenever the Amazon Web Services KMS
|
12845
|
+
# customer master key (CMK) for the DB cluster is accessed.
|
12721
12846
|
# @return [String]
|
12722
12847
|
#
|
12723
12848
|
# @!attribute [rw] global_cluster_arn
|
@@ -13050,7 +13175,8 @@ module Aws::RDS
|
|
13050
13175
|
# @return [String]
|
13051
13176
|
#
|
13052
13177
|
# @!attribute [rw] installation_media
|
13053
|
-
# The list of InstallationMedia objects for the
|
13178
|
+
# The list of InstallationMedia objects for the Amazon Web Services
|
13179
|
+
# account.
|
13054
13180
|
# @return [Array<Types::InstallationMedia>]
|
13055
13181
|
#
|
13056
13182
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMediaMessage AWS API Documentation
|
@@ -13268,7 +13394,7 @@ module Aws::RDS
|
|
13268
13394
|
#
|
13269
13395
|
class InvalidVPCNetworkStateFault < Aws::EmptyStructure; end
|
13270
13396
|
|
13271
|
-
# An error occurred accessing an
|
13397
|
+
# An error occurred accessing an Amazon Web Services KMS key.
|
13272
13398
|
#
|
13273
13399
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/KMSKeyNotAccessibleFault AWS API Documentation
|
13274
13400
|
#
|
@@ -13343,8 +13469,8 @@ module Aws::RDS
|
|
13343
13469
|
# The new default certificate identifier to override the current one
|
13344
13470
|
# with.
|
13345
13471
|
#
|
13346
|
-
# To determine the valid values, use the `describe-certificates`
|
13347
|
-
#
|
13472
|
+
# To determine the valid values, use the `describe-certificates` CLI
|
13473
|
+
# command or the `DescribeCertificates` API operation.
|
13348
13474
|
# @return [String]
|
13349
13475
|
#
|
13350
13476
|
# @!attribute [rw] remove_customer_override
|
@@ -13363,7 +13489,7 @@ module Aws::RDS
|
|
13363
13489
|
end
|
13364
13490
|
|
13365
13491
|
# @!attribute [rw] certificate
|
13366
|
-
# A CA certificate for an
|
13492
|
+
# A CA certificate for an Amazon Web Services account.
|
13367
13493
|
# @return [Types::Certificate]
|
13368
13494
|
#
|
13369
13495
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCertificatesResult AWS API Documentation
|
@@ -13624,8 +13750,8 @@ module Aws::RDS
|
|
13624
13750
|
# parameter.
|
13625
13751
|
#
|
13626
13752
|
# The default is a 30-minute window selected at random from an 8-hour
|
13627
|
-
# block of time for each
|
13628
|
-
# available, see [ Backup window][1] in the *Amazon Aurora User
|
13753
|
+
# block of time for each Amazon Web Services Region. To view the time
|
13754
|
+
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
13629
13755
|
# Guide.*
|
13630
13756
|
#
|
13631
13757
|
# Constraints:
|
@@ -13650,10 +13776,10 @@ module Aws::RDS
|
|
13650
13776
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
13651
13777
|
#
|
13652
13778
|
# The default is a 30-minute window selected at random from an 8-hour
|
13653
|
-
# block of time for each
|
13654
|
-
# week. To see the time blocks available, see [
|
13655
|
-
# Preferred DB Cluster Maintenance Window][1] in the
|
13656
|
-
# User Guide.*
|
13779
|
+
# block of time for each Amazon Web Services Region, occurring on a
|
13780
|
+
# random day of the week. To see the time blocks available, see [
|
13781
|
+
# Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
13782
|
+
# *Amazon Aurora User Guide.*
|
13657
13783
|
#
|
13658
13784
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
13659
13785
|
#
|
@@ -13665,9 +13791,9 @@ module Aws::RDS
|
|
13665
13791
|
# @return [String]
|
13666
13792
|
#
|
13667
13793
|
# @!attribute [rw] enable_iam_database_authentication
|
13668
|
-
# A value that indicates whether to enable mapping of
|
13669
|
-
# Access Management (IAM) accounts to database
|
13670
|
-
# mapping is disabled.
|
13794
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
13795
|
+
# Services Identity and Access Management (IAM) accounts to database
|
13796
|
+
# accounts. By default, mapping is disabled.
|
13671
13797
|
#
|
13672
13798
|
# For more information, see [ IAM Database Authentication][1] in the
|
13673
13799
|
# *Amazon Aurora User Guide.*
|
@@ -13943,8 +14069,9 @@ module Aws::RDS
|
|
13943
14069
|
# @!attribute [rw] attribute_name
|
13944
14070
|
# The name of the DB cluster snapshot attribute to modify.
|
13945
14071
|
#
|
13946
|
-
# To manage authorization for other
|
13947
|
-
# manual DB cluster snapshot, set this value to
|
14072
|
+
# To manage authorization for other Amazon Web Services accounts to
|
14073
|
+
# copy or restore a manual DB cluster snapshot, set this value to
|
14074
|
+
# `restore`.
|
13948
14075
|
#
|
13949
14076
|
# <note markdown="1"> To view the list of attributes available to modify, use the
|
13950
14077
|
# DescribeDBClusterSnapshotAttributes API action.
|
@@ -13956,25 +14083,27 @@ module Aws::RDS
|
|
13956
14083
|
# A list of DB cluster snapshot attributes to add to the attribute
|
13957
14084
|
# specified by `AttributeName`.
|
13958
14085
|
#
|
13959
|
-
# To authorize other
|
13960
|
-
# cluster snapshot, set this list to include one or more
|
13961
|
-
# IDs, or `all` to make the manual DB
|
13962
|
-
#
|
13963
|
-
#
|
13964
|
-
# want available to all
|
14086
|
+
# To authorize other Amazon Web Services accounts to copy or restore a
|
14087
|
+
# manual DB cluster snapshot, set this list to include one or more
|
14088
|
+
# Amazon Web Services account IDs, or `all` to make the manual DB
|
14089
|
+
# cluster snapshot restorable by any Amazon Web Services account. Do
|
14090
|
+
# not add the `all` value for any manual DB cluster snapshots that
|
14091
|
+
# contain private information that you don't want available to all
|
14092
|
+
# Amazon Web Services accounts.
|
13965
14093
|
# @return [Array<String>]
|
13966
14094
|
#
|
13967
14095
|
# @!attribute [rw] values_to_remove
|
13968
14096
|
# A list of DB cluster snapshot attributes to remove from the
|
13969
14097
|
# attribute specified by `AttributeName`.
|
13970
14098
|
#
|
13971
|
-
# To remove authorization for other
|
13972
|
-
# manual DB cluster snapshot, set this list to
|
13973
|
-
#
|
13974
|
-
#
|
13975
|
-
#
|
13976
|
-
#
|
13977
|
-
#
|
14099
|
+
# To remove authorization for other Amazon Web Services accounts to
|
14100
|
+
# copy or restore a manual DB cluster snapshot, set this list to
|
14101
|
+
# include one or more Amazon Web Services account identifiers, or
|
14102
|
+
# `all` to remove authorization for any Amazon Web Services account to
|
14103
|
+
# copy or restore the DB cluster snapshot. If you specify `all`, an
|
14104
|
+
# Amazon Web Services account whose account ID is explicitly added to
|
14105
|
+
# the `restore` attribute can still copy or restore a manual DB
|
14106
|
+
# cluster snapshot.
|
13978
14107
|
# @return [Array<String>]
|
13979
14108
|
#
|
13980
14109
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterSnapshotAttributeMessage AWS API Documentation
|
@@ -13993,9 +14122,9 @@ module Aws::RDS
|
|
13993
14122
|
# `DescribeDBClusterSnapshotAttributes` API action.
|
13994
14123
|
#
|
13995
14124
|
# Manual DB cluster snapshot attributes are used to authorize other
|
13996
|
-
#
|
13997
|
-
# more information, see the
|
13998
|
-
# action.
|
14125
|
+
# Amazon Web Services accounts to copy or restore a manual DB cluster
|
14126
|
+
# snapshot. For more information, see the
|
14127
|
+
# `ModifyDBClusterSnapshotAttribute` API action.
|
13999
14128
|
# @return [Types::DBClusterSnapshotAttributesResult]
|
14000
14129
|
#
|
14001
14130
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterSnapshotAttributeResult AWS API Documentation
|
@@ -14091,10 +14220,10 @@ module Aws::RDS
|
|
14091
14220
|
#
|
14092
14221
|
# @!attribute [rw] db_instance_class
|
14093
14222
|
# The new compute and memory capacity of the DB instance, for example,
|
14094
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
14095
|
-
# Regions, or for all database engines. For the
|
14096
|
-
# instance classes, and availability for your engine,
|
14097
|
-
# Class][1] in the *Amazon RDS User Guide.*
|
14223
|
+
# `db.m4.large`. Not all DB instance classes are available in all
|
14224
|
+
# Amazon Web Services Regions, or for all database engines. For the
|
14225
|
+
# full list of DB instance classes, and availability for your engine,
|
14226
|
+
# see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
14098
14227
|
#
|
14099
14228
|
# If you modify the DB instance class, an outage occurs during the
|
14100
14229
|
# change. The change is applied during the next maintenance window,
|
@@ -14280,8 +14409,9 @@ module Aws::RDS
|
|
14280
14409
|
# `BackupRetentionPeriod` parameter. Changing this parameter doesn't
|
14281
14410
|
# result in an outage and the change is asynchronously applied as soon
|
14282
14411
|
# as possible. The default is a 30-minute window selected at random
|
14283
|
-
# from an 8-hour block of time for each
|
14284
|
-
# information, see [Backup window][1] in the *Amazon RDS User
|
14412
|
+
# from an 8-hour block of time for each Amazon Web Services Region.
|
14413
|
+
# For more information, see [Backup window][1] in the *Amazon RDS User
|
14414
|
+
# Guide.*
|
14285
14415
|
#
|
14286
14416
|
# **Amazon Aurora**
|
14287
14417
|
#
|
@@ -14641,12 +14771,13 @@ module Aws::RDS
|
|
14641
14771
|
# @return [Integer]
|
14642
14772
|
#
|
14643
14773
|
# @!attribute [rw] enable_iam_database_authentication
|
14644
|
-
# A value that indicates whether to enable mapping of
|
14645
|
-
# Access Management (IAM) accounts to database
|
14646
|
-
# mapping is disabled.
|
14774
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
14775
|
+
# Services Identity and Access Management (IAM) accounts to database
|
14776
|
+
# accounts. By default, mapping is disabled.
|
14647
14777
|
#
|
14648
|
-
# This setting doesn't apply to Amazon Aurora. Mapping
|
14649
|
-
# accounts to database accounts is managed by the DB
|
14778
|
+
# This setting doesn't apply to Amazon Aurora. Mapping Amazon Web
|
14779
|
+
# Services IAM accounts to database accounts is managed by the DB
|
14780
|
+
# cluster.
|
14650
14781
|
#
|
14651
14782
|
# For more information about IAM database authentication, see [ IAM
|
14652
14783
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -14670,16 +14801,17 @@ module Aws::RDS
|
|
14670
14801
|
# @return [Boolean]
|
14671
14802
|
#
|
14672
14803
|
# @!attribute [rw] performance_insights_kms_key_id
|
14673
|
-
# The
|
14674
|
-
# data.
|
14804
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
14805
|
+
# Performance Insights data.
|
14675
14806
|
#
|
14676
|
-
# The
|
14677
|
-
# alias name for the
|
14807
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
14808
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
14809
|
+
# master key (CMK).
|
14678
14810
|
#
|
14679
14811
|
# If you do not specify a value for `PerformanceInsightsKMSKeyId`,
|
14680
14812
|
# then Amazon RDS uses your default CMK. There is a default CMK for
|
14681
|
-
# your
|
14682
|
-
# each
|
14813
|
+
# your Amazon Web Services account. Your Amazon Web Services account
|
14814
|
+
# has a different default CMK for each Amazon Web Services Region.
|
14683
14815
|
# @return [String]
|
14684
14816
|
#
|
14685
14817
|
# @!attribute [rw] performance_insights_retention_period
|
@@ -14791,10 +14923,11 @@ module Aws::RDS
|
|
14791
14923
|
# local network.
|
14792
14924
|
#
|
14793
14925
|
# For more information about RDS on Outposts, see [Working with Amazon
|
14794
|
-
# RDS on
|
14926
|
+
# RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
|
14927
|
+
# Guide*.
|
14795
14928
|
#
|
14796
14929
|
# For more information about CoIPs, see [Customer-owned IP
|
14797
|
-
# addresses][2] in the *
|
14930
|
+
# addresses][2] in the *Amazon Web Services Outposts User Guide*.
|
14798
14931
|
#
|
14799
14932
|
#
|
14800
14933
|
#
|
@@ -14803,7 +14936,8 @@ module Aws::RDS
|
|
14803
14936
|
# @return [Boolean]
|
14804
14937
|
#
|
14805
14938
|
# @!attribute [rw] aws_backup_recovery_point_arn
|
14806
|
-
# The Amazon Resource Name (ARN) of the recovery point in
|
14939
|
+
# The Amazon Resource Name (ARN) of the recovery point in Amazon Web
|
14940
|
+
# Services Backup.
|
14807
14941
|
# @return [String]
|
14808
14942
|
#
|
14809
14943
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
|
@@ -15052,7 +15186,7 @@ module Aws::RDS
|
|
15052
15186
|
#
|
15053
15187
|
# @!attribute [rw] role_arn
|
15054
15188
|
# The Amazon Resource Name (ARN) of the IAM role that the proxy uses
|
15055
|
-
# to access secrets in
|
15189
|
+
# to access secrets in Amazon Web Services Secrets Manager.
|
15056
15190
|
# @return [String]
|
15057
15191
|
#
|
15058
15192
|
# @!attribute [rw] security_groups
|
@@ -15162,8 +15296,8 @@ module Aws::RDS
|
|
15162
15296
|
# @!attribute [rw] attribute_name
|
15163
15297
|
# The name of the DB snapshot attribute to modify.
|
15164
15298
|
#
|
15165
|
-
# To manage authorization for other
|
15166
|
-
# manual DB snapshot, set this value to `restore`.
|
15299
|
+
# To manage authorization for other Amazon Web Services accounts to
|
15300
|
+
# copy or restore a manual DB snapshot, set this value to `restore`.
|
15167
15301
|
#
|
15168
15302
|
# <note markdown="1"> To view the list of attributes available to modify, use the
|
15169
15303
|
# DescribeDBSnapshotAttributes API action.
|
@@ -15175,22 +15309,23 @@ module Aws::RDS
|
|
15175
15309
|
# A list of DB snapshot attributes to add to the attribute specified
|
15176
15310
|
# by `AttributeName`.
|
15177
15311
|
#
|
15178
|
-
# To authorize other
|
15179
|
-
# snapshot, set this list to include one or more
|
15180
|
-
# `all` to make the manual DB snapshot
|
15181
|
-
# Do not add the `all`
|
15182
|
-
#
|
15183
|
-
# accounts.
|
15312
|
+
# To authorize other Amazon Web Services accounts to copy or restore a
|
15313
|
+
# manual snapshot, set this list to include one or more Amazon Web
|
15314
|
+
# Services account IDs, or `all` to make the manual DB snapshot
|
15315
|
+
# restorable by any Amazon Web Services account. Do not add the `all`
|
15316
|
+
# value for any manual DB snapshots that contain private information
|
15317
|
+
# that you don't want available to all Amazon Web Services accounts.
|
15184
15318
|
# @return [Array<String>]
|
15185
15319
|
#
|
15186
15320
|
# @!attribute [rw] values_to_remove
|
15187
15321
|
# A list of DB snapshot attributes to remove from the attribute
|
15188
15322
|
# specified by `AttributeName`.
|
15189
15323
|
#
|
15190
|
-
# To remove authorization for other
|
15191
|
-
# manual snapshot, set this list to include one or
|
15192
|
-
# identifiers, or `all` to remove
|
15193
|
-
#
|
15324
|
+
# To remove authorization for other Amazon Web Services accounts to
|
15325
|
+
# copy or restore a manual snapshot, set this list to include one or
|
15326
|
+
# more Amazon Web Services account identifiers, or `all` to remove
|
15327
|
+
# authorization for any Amazon Web Services account to copy or restore
|
15328
|
+
# the DB snapshot. If you specify `all`, an Amazon Web Services
|
15194
15329
|
# account whose account ID is explicitly added to the `restore`
|
15195
15330
|
# attribute can still copy or restore the manual DB snapshot.
|
15196
15331
|
# @return [Array<String>]
|
@@ -15210,8 +15345,8 @@ module Aws::RDS
|
|
15210
15345
|
# Contains the results of a successful call to the
|
15211
15346
|
# `DescribeDBSnapshotAttributes` API action.
|
15212
15347
|
#
|
15213
|
-
# Manual DB snapshot attributes are used to authorize other
|
15214
|
-
# accounts to copy or restore a manual DB snapshot. For more
|
15348
|
+
# Manual DB snapshot attributes are used to authorize other Amazon Web
|
15349
|
+
# Services accounts to copy or restore a manual DB snapshot. For more
|
15215
15350
|
# information, see the `ModifyDBSnapshotAttribute` API action.
|
15216
15351
|
# @return [Types::DBSnapshotAttributesResult]
|
15217
15352
|
#
|
@@ -16000,7 +16135,8 @@ module Aws::RDS
|
|
16000
16135
|
include Aws::Structure
|
16001
16136
|
end
|
16002
16137
|
|
16003
|
-
# The quota of 20 option groups was exceeded for this
|
16138
|
+
# The quota of 20 option groups was exceeded for this Amazon Web
|
16139
|
+
# Services account.
|
16004
16140
|
#
|
16005
16141
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OptionGroupQuotaExceededFault AWS API Documentation
|
16006
16142
|
#
|
@@ -16235,14 +16371,21 @@ module Aws::RDS
|
|
16235
16371
|
# @!attribute [rw] outpost_capable
|
16236
16372
|
# Whether a DB instance supports RDS on Outposts.
|
16237
16373
|
#
|
16238
|
-
# For more information about RDS on Outposts, see [Amazon RDS on
|
16239
|
-
# Outposts][1] in the *Amazon RDS User Guide.*
|
16374
|
+
# For more information about RDS on Outposts, see [Amazon RDS on
|
16375
|
+
# Amazon Web Services Outposts][1] in the *Amazon RDS User Guide.*
|
16240
16376
|
#
|
16241
16377
|
#
|
16242
16378
|
#
|
16243
16379
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
16244
16380
|
# @return [Boolean]
|
16245
16381
|
#
|
16382
|
+
# @!attribute [rw] supported_activity_stream_modes
|
16383
|
+
# The list of supported modes for Database Activity Streams. Aurora
|
16384
|
+
# PostgreSQL returns the value `[sync, async]`. Aurora MySQL and RDS
|
16385
|
+
# for Oracle return `[async]` only. If Database Activity Streams
|
16386
|
+
# isn't supported, the return value is an empty list.
|
16387
|
+
# @return [Array<String>]
|
16388
|
+
#
|
16246
16389
|
# @!attribute [rw] supports_global_databases
|
16247
16390
|
# A value that indicates whether you can use Aurora global databases
|
16248
16391
|
# with a specific combination of other DB engine attributes.
|
@@ -16277,6 +16420,7 @@ module Aws::RDS
|
|
16277
16420
|
:supports_storage_autoscaling,
|
16278
16421
|
:supports_kerberos_authentication,
|
16279
16422
|
:outpost_capable,
|
16423
|
+
:supported_activity_stream_modes,
|
16280
16424
|
:supports_global_databases)
|
16281
16425
|
SENSITIVE = []
|
16282
16426
|
include Aws::Structure
|
@@ -16308,8 +16452,8 @@ module Aws::RDS
|
|
16308
16452
|
|
16309
16453
|
# A data type that represents an Outpost.
|
16310
16454
|
#
|
16311
|
-
# For more information about RDS on Outposts, see [Amazon RDS on
|
16312
|
-
# Outposts][1] in the *Amazon RDS User Guide.*
|
16455
|
+
# For more information about RDS on Outposts, see [Amazon RDS on Amazon
|
16456
|
+
# Web Services Outposts][1] in the *Amazon RDS User Guide.*
|
16313
16457
|
#
|
16314
16458
|
#
|
16315
16459
|
#
|
@@ -16589,8 +16733,8 @@ module Aws::RDS
|
|
16589
16733
|
# @return [Array<Types::ProcessorFeature>]
|
16590
16734
|
#
|
16591
16735
|
# @!attribute [rw] iam_database_authentication_enabled
|
16592
|
-
# Whether mapping of
|
16593
|
-
# to database accounts is enabled.
|
16736
|
+
# Whether mapping of Amazon Web Services Identity and Access
|
16737
|
+
# Management (IAM) accounts to database accounts is enabled.
|
16594
16738
|
# @return [Boolean]
|
16595
16739
|
#
|
16596
16740
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PendingModifiedValues AWS API Documentation
|
@@ -16785,9 +16929,9 @@ module Aws::RDS
|
|
16785
16929
|
# parameter.
|
16786
16930
|
#
|
16787
16931
|
# The default is a 30-minute window selected at random from an 8-hour
|
16788
|
-
# block of time for each
|
16789
|
-
# see [ Adjusting the Preferred Maintenance
|
16790
|
-
# RDS User Guide.*
|
16932
|
+
# block of time for each Amazon Web Services Region. To see the time
|
16933
|
+
# blocks available, see [ Adjusting the Preferred Maintenance
|
16934
|
+
# Window][1] in the *Amazon RDS User Guide.*
|
16791
16935
|
#
|
16792
16936
|
# Constraints:
|
16793
16937
|
#
|
@@ -17303,8 +17447,8 @@ module Aws::RDS
|
|
17303
17447
|
# The unique identifier for the lease associated with the reserved DB
|
17304
17448
|
# instance.
|
17305
17449
|
#
|
17306
|
-
# <note markdown="1">
|
17307
|
-
# reserved DB instance.
|
17450
|
+
# <note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
|
17451
|
+
# related to a reserved DB instance.
|
17308
17452
|
#
|
17309
17453
|
# </note>
|
17310
17454
|
# @return [String]
|
@@ -17804,8 +17948,8 @@ module Aws::RDS
|
|
17804
17948
|
# parameter.
|
17805
17949
|
#
|
17806
17950
|
# The default is a 30-minute window selected at random from an 8-hour
|
17807
|
-
# block of time for each
|
17808
|
-
# available, see [ Backup window][1] in the *Amazon Aurora User
|
17951
|
+
# block of time for each Amazon Web Services Region. To view the time
|
17952
|
+
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
17809
17953
|
# Guide.*
|
17810
17954
|
#
|
17811
17955
|
# Constraints:
|
@@ -17830,9 +17974,10 @@ module Aws::RDS
|
|
17830
17974
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
17831
17975
|
#
|
17832
17976
|
# The default is a 30-minute window selected at random from an 8-hour
|
17833
|
-
# block of time for each
|
17834
|
-
# week. To see the time blocks available, see [
|
17835
|
-
# Preferred Maintenance Window][1] in the *Amazon Aurora
|
17977
|
+
# block of time for each Amazon Web Services Region, occurring on a
|
17978
|
+
# random day of the week. To see the time blocks available, see [
|
17979
|
+
# Adjusting the Preferred Maintenance Window][1] in the *Amazon Aurora
|
17980
|
+
# User Guide.*
|
17836
17981
|
#
|
17837
17982
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
17838
17983
|
#
|
@@ -17857,22 +18002,25 @@ module Aws::RDS
|
|
17857
18002
|
# @return [Boolean]
|
17858
18003
|
#
|
17859
18004
|
# @!attribute [rw] kms_key_id
|
17860
|
-
# The
|
18005
|
+
# The Amazon Web Services KMS key identifier for an encrypted DB
|
18006
|
+
# cluster.
|
17861
18007
|
#
|
17862
|
-
# The
|
17863
|
-
# alias name for the
|
17864
|
-
#
|
18008
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
18009
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
18010
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
18011
|
+
# account, specify the key ARN or alias ARN.
|
17865
18012
|
#
|
17866
18013
|
# If the StorageEncrypted parameter is enabled, and you do not specify
|
17867
18014
|
# a value for the `KmsKeyId` parameter, then Amazon RDS will use your
|
17868
|
-
# default CMK. There is a default CMK for your
|
17869
|
-
# account
|
18015
|
+
# default CMK. There is a default CMK for your Amazon Web Services
|
18016
|
+
# account. Your Amazon Web Services account has a different default
|
18017
|
+
# CMK for each Amazon Web Services Region.
|
17870
18018
|
# @return [String]
|
17871
18019
|
#
|
17872
18020
|
# @!attribute [rw] enable_iam_database_authentication
|
17873
|
-
# A value that indicates whether to enable mapping of
|
17874
|
-
# Access Management (IAM) accounts to database
|
17875
|
-
# mapping is disabled.
|
18021
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
18022
|
+
# Services Identity and Access Management (IAM) accounts to database
|
18023
|
+
# accounts. By default, mapping is disabled.
|
17876
18024
|
#
|
17877
18025
|
# For more information, see [ IAM Database Authentication][1] in the
|
17878
18026
|
# *Amazon Aurora User Guide.*
|
@@ -17910,9 +18058,9 @@ module Aws::RDS
|
|
17910
18058
|
# @return [String]
|
17911
18059
|
#
|
17912
18060
|
# @!attribute [rw] s3_ingestion_role_arn
|
17913
|
-
# The Amazon Resource Name (ARN) of the
|
17914
|
-
# Management (IAM) role that authorizes Amazon RDS to
|
17915
|
-
# Amazon S3 bucket on your behalf.
|
18061
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
18062
|
+
# and Access Management (IAM) role that authorizes Amazon RDS to
|
18063
|
+
# access the Amazon S3 bucket on your behalf.
|
17916
18064
|
# @return [String]
|
17917
18065
|
#
|
17918
18066
|
# @!attribute [rw] backtrack_window
|
@@ -18181,29 +18329,30 @@ module Aws::RDS
|
|
18181
18329
|
# @return [Array<Types::Tag>]
|
18182
18330
|
#
|
18183
18331
|
# @!attribute [rw] kms_key_id
|
18184
|
-
# The
|
18185
|
-
# cluster from a DB snapshot or DB cluster snapshot.
|
18332
|
+
# The Amazon Web Services KMS key identifier to use when restoring an
|
18333
|
+
# encrypted DB cluster from a DB snapshot or DB cluster snapshot.
|
18186
18334
|
#
|
18187
|
-
# The
|
18188
|
-
# alias name for the
|
18189
|
-
#
|
18335
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
18336
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
18337
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
18338
|
+
# account, specify the key ARN or alias ARN.
|
18190
18339
|
#
|
18191
18340
|
# When you don't specify a value for the `KmsKeyId` parameter, then
|
18192
18341
|
# the following occurs:
|
18193
18342
|
#
|
18194
18343
|
# * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier`
|
18195
18344
|
# is encrypted, then the restored DB cluster is encrypted using the
|
18196
|
-
#
|
18197
|
-
# snapshot.
|
18345
|
+
# Amazon Web Services KMS CMK that was used to encrypt the DB
|
18346
|
+
# snapshot or DB cluster snapshot.
|
18198
18347
|
#
|
18199
18348
|
# * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier`
|
18200
18349
|
# isn't encrypted, then the restored DB cluster isn't encrypted.
|
18201
18350
|
# @return [String]
|
18202
18351
|
#
|
18203
18352
|
# @!attribute [rw] enable_iam_database_authentication
|
18204
|
-
# A value that indicates whether to enable mapping of
|
18205
|
-
# Access Management (IAM) accounts to database
|
18206
|
-
# mapping is disabled.
|
18353
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
18354
|
+
# Services Identity and Access Management (IAM) accounts to database
|
18355
|
+
# accounts. By default, mapping is disabled.
|
18207
18356
|
#
|
18208
18357
|
# For more information, see [ IAM Database Authentication][1] in the
|
18209
18358
|
# *Amazon Aurora User Guide.*
|
@@ -18378,6 +18527,14 @@ module Aws::RDS
|
|
18378
18527
|
# copy_tags_to_snapshot: false,
|
18379
18528
|
# domain: "String",
|
18380
18529
|
# domain_iam_role_name: "String",
|
18530
|
+
# scaling_configuration: {
|
18531
|
+
# min_capacity: 1,
|
18532
|
+
# max_capacity: 1,
|
18533
|
+
# auto_pause: false,
|
18534
|
+
# seconds_until_auto_pause: 1,
|
18535
|
+
# timeout_action: "String",
|
18536
|
+
# },
|
18537
|
+
# engine_mode: "String",
|
18381
18538
|
# }
|
18382
18539
|
#
|
18383
18540
|
# @!attribute [rw] db_cluster_identifier
|
@@ -18485,24 +18642,26 @@ module Aws::RDS
|
|
18485
18642
|
# @return [Array<Types::Tag>]
|
18486
18643
|
#
|
18487
18644
|
# @!attribute [rw] kms_key_id
|
18488
|
-
# The
|
18489
|
-
# cluster from an encrypted DB cluster.
|
18645
|
+
# The Amazon Web Services KMS key identifier to use when restoring an
|
18646
|
+
# encrypted DB cluster from an encrypted DB cluster.
|
18490
18647
|
#
|
18491
|
-
# The
|
18492
|
-
# alias name for the
|
18493
|
-
#
|
18648
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
18649
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
18650
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
18651
|
+
# account, specify the key ARN or alias ARN.
|
18494
18652
|
#
|
18495
18653
|
# You can restore to a new DB cluster and encrypt the new DB cluster
|
18496
|
-
# with a
|
18497
|
-
# encrypt the source DB cluster. The new
|
18498
|
-
#
|
18654
|
+
# with a Amazon Web Services KMS CMK that is different than the Amazon
|
18655
|
+
# Web Services KMS key used to encrypt the source DB cluster. The new
|
18656
|
+
# DB cluster is encrypted with the Amazon Web Services KMS CMK
|
18657
|
+
# identified by the `KmsKeyId` parameter.
|
18499
18658
|
#
|
18500
18659
|
# If you don't specify a value for the `KmsKeyId` parameter, then the
|
18501
18660
|
# following occurs:
|
18502
18661
|
#
|
18503
18662
|
# * If the DB cluster is encrypted, then the restored DB cluster is
|
18504
|
-
# encrypted using the
|
18505
|
-
# source DB cluster.
|
18663
|
+
# encrypted using the Amazon Web Services KMS CMK that was used to
|
18664
|
+
# encrypt the source DB cluster.
|
18506
18665
|
#
|
18507
18666
|
# * If the DB cluster isn't encrypted, then the restored DB cluster
|
18508
18667
|
# isn't encrypted.
|
@@ -18512,9 +18671,9 @@ module Aws::RDS
|
|
18512
18671
|
# @return [String]
|
18513
18672
|
#
|
18514
18673
|
# @!attribute [rw] enable_iam_database_authentication
|
18515
|
-
# A value that indicates whether to enable mapping of
|
18516
|
-
# Access Management (IAM) accounts to database
|
18517
|
-
# mapping is disabled.
|
18674
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
18675
|
+
# Services Identity and Access Management (IAM) accounts to database
|
18676
|
+
# accounts. By default, mapping is disabled.
|
18518
18677
|
#
|
18519
18678
|
# For more information, see [ IAM Database Authentication][1] in the
|
18520
18679
|
# *Amazon Aurora User Guide.*
|
@@ -18601,6 +18760,21 @@ module Aws::RDS
|
|
18601
18760
|
# the Directory Service.
|
18602
18761
|
# @return [String]
|
18603
18762
|
#
|
18763
|
+
# @!attribute [rw] scaling_configuration
|
18764
|
+
# For DB clusters in `serverless` DB engine mode, the scaling
|
18765
|
+
# properties of the DB cluster.
|
18766
|
+
# @return [Types::ScalingConfiguration]
|
18767
|
+
#
|
18768
|
+
# @!attribute [rw] engine_mode
|
18769
|
+
# The engine mode of the new cluster. Specify `provisioned` or
|
18770
|
+
# `serverless`, depending on the type of the cluster you are creating.
|
18771
|
+
# You can create an Aurora Serverless clone from a provisioned
|
18772
|
+
# cluster, or a provisioned clone from an Aurora Serverless cluster.
|
18773
|
+
# To create a clone that is an Aurora Serverless cluster, the original
|
18774
|
+
# cluster must be an Aurora Serverless cluster or an encrypted
|
18775
|
+
# provisioned cluster.
|
18776
|
+
# @return [String]
|
18777
|
+
#
|
18604
18778
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTimeMessage AWS API Documentation
|
18605
18779
|
#
|
18606
18780
|
class RestoreDBClusterToPointInTimeMessage < Struct.new(
|
@@ -18622,7 +18796,9 @@ module Aws::RDS
|
|
18622
18796
|
:deletion_protection,
|
18623
18797
|
:copy_tags_to_snapshot,
|
18624
18798
|
:domain,
|
18625
|
-
:domain_iam_role_name
|
18799
|
+
:domain_iam_role_name,
|
18800
|
+
:scaling_configuration,
|
18801
|
+
:engine_mode)
|
18626
18802
|
SENSITIVE = []
|
18627
18803
|
include Aws::Structure
|
18628
18804
|
end
|
@@ -18716,9 +18892,9 @@ module Aws::RDS
|
|
18716
18892
|
# @!attribute [rw] db_instance_class
|
18717
18893
|
# The compute and memory capacity of the Amazon RDS DB instance, for
|
18718
18894
|
# example, `db.m4.large`. Not all DB instance classes are available in
|
18719
|
-
# all
|
18720
|
-
# DB instance classes, and availability for your
|
18721
|
-
# Instance Class][1] in the *Amazon RDS User Guide.*
|
18895
|
+
# all Amazon Web Services Regions, or for all database engines. For
|
18896
|
+
# the full list of DB instance classes, and availability for your
|
18897
|
+
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
18722
18898
|
#
|
18723
18899
|
# Default: The same DBInstanceClass as the original DB instance.
|
18724
18900
|
#
|
@@ -18820,11 +18996,11 @@ module Aws::RDS
|
|
18820
18996
|
#
|
18821
18997
|
# * `oracle-ee`
|
18822
18998
|
#
|
18823
|
-
# * `oracle-
|
18999
|
+
# * `oracle-ee-cdb`
|
18824
19000
|
#
|
18825
|
-
# * `oracle-
|
19001
|
+
# * `oracle-se2`
|
18826
19002
|
#
|
18827
|
-
# * `oracle-
|
19003
|
+
# * `oracle-se2-cdb`
|
18828
19004
|
#
|
18829
19005
|
# * `postgres`
|
18830
19006
|
#
|
@@ -18931,9 +19107,9 @@ module Aws::RDS
|
|
18931
19107
|
# @return [String]
|
18932
19108
|
#
|
18933
19109
|
# @!attribute [rw] enable_iam_database_authentication
|
18934
|
-
# A value that indicates whether to enable mapping of
|
18935
|
-
# Access Management (IAM) accounts to database
|
18936
|
-
# mapping is disabled.
|
19110
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
19111
|
+
# Services Identity and Access Management (IAM) accounts to database
|
19112
|
+
# accounts. By default, mapping is disabled.
|
18937
19113
|
#
|
18938
19114
|
# For more information about IAM database authentication, see [ IAM
|
18939
19115
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -19005,10 +19181,11 @@ module Aws::RDS
|
|
19005
19181
|
# local network.
|
19006
19182
|
#
|
19007
19183
|
# For more information about RDS on Outposts, see [Working with Amazon
|
19008
|
-
# RDS on
|
19184
|
+
# RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
|
19185
|
+
# Guide*.
|
19009
19186
|
#
|
19010
19187
|
# For more information about CoIPs, see [Customer-owned IP
|
19011
|
-
# addresses][2] in the *
|
19188
|
+
# addresses][2] in the *Amazon Web Services Outposts User Guide*.
|
19012
19189
|
#
|
19013
19190
|
#
|
19014
19191
|
#
|
@@ -19161,10 +19338,10 @@ module Aws::RDS
|
|
19161
19338
|
#
|
19162
19339
|
# @!attribute [rw] db_instance_class
|
19163
19340
|
# The compute and memory capacity of the DB instance, for example,
|
19164
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
19165
|
-
# Regions, or for all database engines. For the
|
19166
|
-
# instance classes, and availability for your engine,
|
19167
|
-
# Class][1] in the *Amazon RDS User Guide.*
|
19341
|
+
# `db.m4.large`. Not all DB instance classes are available in all
|
19342
|
+
# Amazon Web Services Regions, or for all database engines. For the
|
19343
|
+
# full list of DB instance classes, and availability for your engine,
|
19344
|
+
# see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
19168
19345
|
#
|
19169
19346
|
# Importing from Amazon S3 isn't supported on the db.t2.micro DB
|
19170
19347
|
# instance class.
|
@@ -19211,17 +19388,19 @@ module Aws::RDS
|
|
19211
19388
|
#
|
19212
19389
|
# @!attribute [rw] availability_zone
|
19213
19390
|
# The Availability Zone that the DB instance is created in. For
|
19214
|
-
# information about
|
19215
|
-
# and Availability Zones][1] in the *Amazon RDS
|
19391
|
+
# information about Amazon Web Services Regions and Availability
|
19392
|
+
# Zones, see [Regions and Availability Zones][1] in the *Amazon RDS
|
19393
|
+
# User Guide.*
|
19216
19394
|
#
|
19217
19395
|
# Default: A random, system-chosen Availability Zone in the
|
19218
|
-
# endpoint's
|
19396
|
+
# endpoint's Amazon Web Services Region.
|
19219
19397
|
#
|
19220
19398
|
# Example: `us-east-1d`
|
19221
19399
|
#
|
19222
19400
|
# Constraint: The `AvailabilityZone` parameter can't be specified if
|
19223
19401
|
# the DB instance is a Multi-AZ deployment. The specified Availability
|
19224
|
-
# Zone must be in the same
|
19402
|
+
# Zone must be in the same Amazon Web Services Region as the current
|
19403
|
+
# endpoint.
|
19225
19404
|
#
|
19226
19405
|
#
|
19227
19406
|
#
|
@@ -19383,16 +19562,19 @@ module Aws::RDS
|
|
19383
19562
|
# @return [Boolean]
|
19384
19563
|
#
|
19385
19564
|
# @!attribute [rw] kms_key_id
|
19386
|
-
# The
|
19565
|
+
# The Amazon Web Services KMS key identifier for an encrypted DB
|
19566
|
+
# instance.
|
19387
19567
|
#
|
19388
|
-
# The
|
19389
|
-
# alias name for the
|
19390
|
-
#
|
19568
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
19569
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
19570
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
19571
|
+
# account, specify the key ARN or alias ARN.
|
19391
19572
|
#
|
19392
19573
|
# If the `StorageEncrypted` parameter is enabled, and you do not
|
19393
19574
|
# specify a value for the `KmsKeyId` parameter, then Amazon RDS will
|
19394
|
-
# use your default CMK. There is a default CMK for your
|
19395
|
-
# Your
|
19575
|
+
# use your default CMK. There is a default CMK for your Amazon Web
|
19576
|
+
# Services account. Your Amazon Web Services account has a different
|
19577
|
+
# default CMK for each Amazon Web Services Region.
|
19396
19578
|
# @return [String]
|
19397
19579
|
#
|
19398
19580
|
# @!attribute [rw] copy_tags_to_snapshot
|
@@ -19429,9 +19611,9 @@ module Aws::RDS
|
|
19429
19611
|
# @return [String]
|
19430
19612
|
#
|
19431
19613
|
# @!attribute [rw] enable_iam_database_authentication
|
19432
|
-
# A value that indicates whether to enable mapping of
|
19433
|
-
# Access Management (IAM) accounts to database
|
19434
|
-
# mapping is disabled.
|
19614
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
19615
|
+
# Services Identity and Access Management (IAM) accounts to database
|
19616
|
+
# accounts. By default, mapping is disabled.
|
19435
19617
|
#
|
19436
19618
|
# For more information about IAM database authentication, see [ IAM
|
19437
19619
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -19466,8 +19648,8 @@ module Aws::RDS
|
|
19466
19648
|
# @return [String]
|
19467
19649
|
#
|
19468
19650
|
# @!attribute [rw] s3_ingestion_role_arn
|
19469
|
-
# An
|
19470
|
-
# to access your Amazon S3 bucket.
|
19651
|
+
# An Amazon Web Services Identity and Access Management (IAM) role to
|
19652
|
+
# allow Amazon RDS to access your Amazon S3 bucket.
|
19471
19653
|
# @return [String]
|
19472
19654
|
#
|
19473
19655
|
# @!attribute [rw] enable_performance_insights
|
@@ -19483,16 +19665,17 @@ module Aws::RDS
|
|
19483
19665
|
# @return [Boolean]
|
19484
19666
|
#
|
19485
19667
|
# @!attribute [rw] performance_insights_kms_key_id
|
19486
|
-
# The
|
19487
|
-
# data.
|
19668
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
19669
|
+
# Performance Insights data.
|
19488
19670
|
#
|
19489
|
-
# The
|
19490
|
-
# alias name for the
|
19671
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
19672
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
19673
|
+
# master key (CMK).
|
19491
19674
|
#
|
19492
19675
|
# If you do not specify a value for `PerformanceInsightsKMSKeyId`,
|
19493
19676
|
# then Amazon RDS uses your default CMK. There is a default CMK for
|
19494
|
-
# your
|
19495
|
-
# each
|
19677
|
+
# your Amazon Web Services account. Your Amazon Web Services account
|
19678
|
+
# has a different default CMK for each Amazon Web Services Region.
|
19496
19679
|
# @return [String]
|
19497
19680
|
#
|
19498
19681
|
# @!attribute [rw] performance_insights_retention_period
|
@@ -19711,9 +19894,9 @@ module Aws::RDS
|
|
19711
19894
|
# @!attribute [rw] db_instance_class
|
19712
19895
|
# The compute and memory capacity of the Amazon RDS DB instance, for
|
19713
19896
|
# example, `db.m4.large`. Not all DB instance classes are available in
|
19714
|
-
# all
|
19715
|
-
# DB instance classes, and availability for your
|
19716
|
-
# Instance Class][1] in the *Amazon RDS User Guide.*
|
19897
|
+
# all Amazon Web Services Regions, or for all database engines. For
|
19898
|
+
# the full list of DB instance classes, and availability for your
|
19899
|
+
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
19717
19900
|
#
|
19718
19901
|
# Default: The same DBInstanceClass as the original DB instance.
|
19719
19902
|
#
|
@@ -19812,11 +19995,11 @@ module Aws::RDS
|
|
19812
19995
|
#
|
19813
19996
|
# * `oracle-ee`
|
19814
19997
|
#
|
19815
|
-
# * `oracle-
|
19998
|
+
# * `oracle-ee-cdb`
|
19816
19999
|
#
|
19817
|
-
# * `oracle-
|
20000
|
+
# * `oracle-se2`
|
19818
20001
|
#
|
19819
|
-
# * `oracle-
|
20002
|
+
# * `oracle-se2-cdb`
|
19820
20003
|
#
|
19821
20004
|
# * `postgres`
|
19822
20005
|
#
|
@@ -19915,9 +20098,9 @@ module Aws::RDS
|
|
19915
20098
|
# @return [String]
|
19916
20099
|
#
|
19917
20100
|
# @!attribute [rw] enable_iam_database_authentication
|
19918
|
-
# A value that indicates whether to enable mapping of
|
19919
|
-
# Access Management (IAM) accounts to database
|
19920
|
-
# mapping is disabled.
|
20101
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
20102
|
+
# Services Identity and Access Management (IAM) accounts to database
|
20103
|
+
# accounts. By default, mapping is disabled.
|
19921
20104
|
#
|
19922
20105
|
# For more information about IAM database authentication, see [ IAM
|
19923
20106
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -20012,10 +20195,11 @@ module Aws::RDS
|
|
20012
20195
|
# local network.
|
20013
20196
|
#
|
20014
20197
|
# For more information about RDS on Outposts, see [Working with Amazon
|
20015
|
-
# RDS on
|
20198
|
+
# RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
|
20199
|
+
# Guide*.
|
20016
20200
|
#
|
20017
20201
|
# For more information about CoIPs, see [Customer-owned IP
|
20018
|
-
# addresses][2] in the *
|
20202
|
+
# addresses][2] in the *Amazon Web Services Outposts User Guide*.
|
20019
20203
|
#
|
20020
20204
|
#
|
20021
20205
|
#
|
@@ -20134,12 +20318,12 @@ module Aws::RDS
|
|
20134
20318
|
# @return [String]
|
20135
20319
|
#
|
20136
20320
|
# @!attribute [rw] ec2_security_group_owner_id
|
20137
|
-
# The
|
20138
|
-
# specified in the `EC2SecurityGroupName` parameter.
|
20139
|
-
# key ID isn't an acceptable value.
|
20140
|
-
# `EC2SecurityGroupId` must be provided.
|
20141
|
-
# EC2SecurityGroupOwnerId and either `EC2SecurityGroupName`
|
20142
|
-
# `EC2SecurityGroupId` must be provided.
|
20321
|
+
# The Amazon Web Services account number of the owner of the EC2
|
20322
|
+
# security group specified in the `EC2SecurityGroupName` parameter.
|
20323
|
+
# The Amazon Web Services access key ID isn't an acceptable value.
|
20324
|
+
# For VPC DB security groups, `EC2SecurityGroupId` must be provided.
|
20325
|
+
# Otherwise, EC2SecurityGroupOwnerId and either `EC2SecurityGroupName`
|
20326
|
+
# or `EC2SecurityGroupId` must be provided.
|
20143
20327
|
# @return [String]
|
20144
20328
|
#
|
20145
20329
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RevokeDBSecurityGroupIngressMessage AWS API Documentation
|
@@ -20359,24 +20543,24 @@ module Aws::RDS
|
|
20359
20543
|
#
|
20360
20544
|
class SourceNotFoundFault < Aws::EmptyStructure; end
|
20361
20545
|
|
20362
|
-
# Contains an
|
20363
|
-
# `DescribeSourceRegions` action.
|
20546
|
+
# Contains an Amazon Web Services Region name as the result of a
|
20547
|
+
# successful call to the `DescribeSourceRegions` action.
|
20364
20548
|
#
|
20365
20549
|
# @!attribute [rw] region_name
|
20366
|
-
# The name of the source
|
20550
|
+
# The name of the source Amazon Web Services Region.
|
20367
20551
|
# @return [String]
|
20368
20552
|
#
|
20369
20553
|
# @!attribute [rw] endpoint
|
20370
|
-
# The endpoint for the source
|
20554
|
+
# The endpoint for the source Amazon Web Services Region endpoint.
|
20371
20555
|
# @return [String]
|
20372
20556
|
#
|
20373
20557
|
# @!attribute [rw] status
|
20374
|
-
# The status of the source
|
20558
|
+
# The status of the source Amazon Web Services Region.
|
20375
20559
|
# @return [String]
|
20376
20560
|
#
|
20377
20561
|
# @!attribute [rw] supports_db_instance_automated_backups_replication
|
20378
|
-
# Whether the source
|
20379
|
-
# to the current
|
20562
|
+
# Whether the source Amazon Web Services Region supports replicating
|
20563
|
+
# automated backups to the current Amazon Web Services Region.
|
20380
20564
|
# @return [Boolean]
|
20381
20565
|
#
|
20382
20566
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SourceRegion AWS API Documentation
|
@@ -20400,9 +20584,9 @@ module Aws::RDS
|
|
20400
20584
|
# @return [String]
|
20401
20585
|
#
|
20402
20586
|
# @!attribute [rw] source_regions
|
20403
|
-
# A list of SourceRegion instances that contains each source
|
20404
|
-
# Region that the current
|
20405
|
-
# snapshot from.
|
20587
|
+
# A list of SourceRegion instances that contains each source Amazon
|
20588
|
+
# Web Services Region that the current Amazon Web Services Region can
|
20589
|
+
# get a read replica or a DB snapshot from.
|
20406
20590
|
# @return [Array<Types::SourceRegion>]
|
20407
20591
|
#
|
20408
20592
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SourceRegionMessage AWS API Documentation
|
@@ -20422,6 +20606,7 @@ module Aws::RDS
|
|
20422
20606
|
# mode: "sync", # required, accepts sync, async
|
20423
20607
|
# kms_key_id: "String", # required
|
20424
20608
|
# apply_immediately: false,
|
20609
|
+
# engine_native_audit_fields_included: false,
|
20425
20610
|
# }
|
20426
20611
|
#
|
20427
20612
|
# @!attribute [rw] resource_arn
|
@@ -20437,9 +20622,10 @@ module Aws::RDS
|
|
20437
20622
|
# @return [String]
|
20438
20623
|
#
|
20439
20624
|
# @!attribute [rw] kms_key_id
|
20440
|
-
# The
|
20441
|
-
# activity stream. The
|
20442
|
-
# alias ARN, or alias name for the
|
20625
|
+
# The Amazon Web Services KMS key identifier for encrypting messages
|
20626
|
+
# in the database activity stream. The Amazon Web Services KMS key
|
20627
|
+
# identifier is the key ARN, key ID, alias ARN, or alias name for the
|
20628
|
+
# Amazon Web Services KMS customer master key (CMK).
|
20443
20629
|
# @return [String]
|
20444
20630
|
#
|
20445
20631
|
# @!attribute [rw] apply_immediately
|
@@ -20448,20 +20634,27 @@ module Aws::RDS
|
|
20448
20634
|
# database.
|
20449
20635
|
# @return [Boolean]
|
20450
20636
|
#
|
20637
|
+
# @!attribute [rw] engine_native_audit_fields_included
|
20638
|
+
# Specifies whether the database activity stream includes
|
20639
|
+
# engine-native audit fields. This option only applies to an Oracle DB
|
20640
|
+
# instance. By default, no engine-native audit fields are included.
|
20641
|
+
# @return [Boolean]
|
20642
|
+
#
|
20451
20643
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartActivityStreamRequest AWS API Documentation
|
20452
20644
|
#
|
20453
20645
|
class StartActivityStreamRequest < Struct.new(
|
20454
20646
|
:resource_arn,
|
20455
20647
|
:mode,
|
20456
20648
|
:kms_key_id,
|
20457
|
-
:apply_immediately
|
20649
|
+
:apply_immediately,
|
20650
|
+
:engine_native_audit_fields_included)
|
20458
20651
|
SENSITIVE = []
|
20459
20652
|
include Aws::Structure
|
20460
20653
|
end
|
20461
20654
|
|
20462
20655
|
# @!attribute [rw] kms_key_id
|
20463
|
-
# The
|
20464
|
-
# database activity stream.
|
20656
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
20657
|
+
# messages in the database activity stream.
|
20465
20658
|
# @return [String]
|
20466
20659
|
#
|
20467
20660
|
# @!attribute [rw] kinesis_stream_name
|
@@ -20483,6 +20676,11 @@ module Aws::RDS
|
|
20483
20676
|
# database.
|
20484
20677
|
# @return [Boolean]
|
20485
20678
|
#
|
20679
|
+
# @!attribute [rw] engine_native_audit_fields_included
|
20680
|
+
# Indicates whether engine-native audit fields are included in the
|
20681
|
+
# database activity stream.
|
20682
|
+
# @return [Boolean]
|
20683
|
+
#
|
20486
20684
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartActivityStreamResponse AWS API Documentation
|
20487
20685
|
#
|
20488
20686
|
class StartActivityStreamResponse < Struct.new(
|
@@ -20490,7 +20688,8 @@ module Aws::RDS
|
|
20490
20688
|
:kinesis_stream_name,
|
20491
20689
|
:status,
|
20492
20690
|
:mode,
|
20493
|
-
:apply_immediately
|
20691
|
+
:apply_immediately,
|
20692
|
+
:engine_native_audit_fields_included)
|
20494
20693
|
SENSITIVE = []
|
20495
20694
|
include Aws::Structure
|
20496
20695
|
end
|
@@ -20552,20 +20751,21 @@ module Aws::RDS
|
|
20552
20751
|
# @return [Integer]
|
20553
20752
|
#
|
20554
20753
|
# @!attribute [rw] kms_key_id
|
20555
|
-
# The
|
20556
|
-
# automated backups. The KMS key ID is the Amazon Resource
|
20557
|
-
# for the KMS encryption key in the destination
|
20558
|
-
# example,
|
20754
|
+
# The Amazon Web Services KMS key identifier for encryption of the
|
20755
|
+
# replicated automated backups. The KMS key ID is the Amazon Resource
|
20756
|
+
# Name (ARN) for the KMS encryption key in the destination Amazon Web
|
20757
|
+
# Services Region, for example,
|
20559
20758
|
# `arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`.
|
20560
20759
|
# @return [String]
|
20561
20760
|
#
|
20562
20761
|
# @!attribute [rw] pre_signed_url
|
20563
20762
|
# A URL that contains a Signature Version 4 signed request for the
|
20564
20763
|
# StartDBInstanceAutomatedBackupsReplication action to be called in
|
20565
|
-
# the
|
20566
|
-
# a valid request for the
|
20567
|
-
# API action that can be
|
20568
|
-
#
|
20764
|
+
# the Amazon Web Services Region of the source DB instance. The
|
20765
|
+
# presigned URL must be a valid request for the
|
20766
|
+
# StartDBInstanceAutomatedBackupsReplication API action that can be
|
20767
|
+
# executed in the Amazon Web Services Region that contains the source
|
20768
|
+
# DB instance.
|
20569
20769
|
# @return [String]
|
20570
20770
|
#
|
20571
20771
|
# @!attribute [rw] source_region
|
@@ -20667,12 +20867,13 @@ module Aws::RDS
|
|
20667
20867
|
# @return [String]
|
20668
20868
|
#
|
20669
20869
|
# @!attribute [rw] kms_key_id
|
20670
|
-
# The ID of the
|
20671
|
-
# the snapshot exported to Amazon S3. The
|
20672
|
-
# the key ARN, key ID, alias ARN, or
|
20673
|
-
#
|
20674
|
-
#
|
20675
|
-
# the
|
20870
|
+
# The ID of the Amazon Web Services KMS customer master key (CMK) to
|
20871
|
+
# use to encrypt the snapshot exported to Amazon S3. The Amazon Web
|
20872
|
+
# Services KMS key identifier is the key ARN, key ID, alias ARN, or
|
20873
|
+
# alias name for the Amazon Web Services KMS customer master key
|
20874
|
+
# (CMK). The caller of this operation must be authorized to execute
|
20875
|
+
# the following operations. These can be set in the Amazon Web
|
20876
|
+
# Services KMS key policy:
|
20676
20877
|
#
|
20677
20878
|
# * GrantOperation.Encrypt
|
20678
20879
|
#
|
@@ -20762,11 +20963,12 @@ module Aws::RDS
|
|
20762
20963
|
end
|
20763
20964
|
|
20764
20965
|
# @!attribute [rw] kms_key_id
|
20765
|
-
# The
|
20766
|
-
# database activity stream.
|
20966
|
+
# The Amazon Web Services KMS key identifier used for encrypting
|
20967
|
+
# messages in the database activity stream.
|
20767
20968
|
#
|
20768
|
-
# The
|
20769
|
-
# alias name for the
|
20969
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
20970
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
20971
|
+
# master key (CMK).
|
20770
20972
|
# @return [String]
|
20771
20973
|
#
|
20772
20974
|
# @!attribute [rw] kinesis_stream_name
|
@@ -20931,8 +21133,8 @@ module Aws::RDS
|
|
20931
21133
|
# If the subnet is associated with an Outpost, this value specifies
|
20932
21134
|
# the Outpost.
|
20933
21135
|
#
|
20934
|
-
# For more information about RDS on Outposts, see [Amazon RDS on
|
20935
|
-
# Outposts][1] in the *Amazon RDS User Guide.*
|
21136
|
+
# For more information about RDS on Outposts, see [Amazon RDS on
|
21137
|
+
# Amazon Web Services Outposts][1] in the *Amazon RDS User Guide.*
|
20936
21138
|
#
|
20937
21139
|
#
|
20938
21140
|
#
|
@@ -20992,7 +21194,7 @@ module Aws::RDS
|
|
20992
21194
|
# @!attribute [rw] key
|
20993
21195
|
# A key is the required name of the tag. The string value can be from
|
20994
21196
|
# 1 to 128 Unicode characters in length and can't be prefixed with
|
20995
|
-
#
|
21197
|
+
# `aws:` or `rds:`. The string can only contain only the set of
|
20996
21198
|
# Unicode letters, digits, white-space, '\_', '.', ':', '/',
|
20997
21199
|
# '=', '+', '-', '@' (Java regex:
|
20998
21200
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-@\]*)$").
|
@@ -21001,9 +21203,9 @@ module Aws::RDS
|
|
21001
21203
|
# @!attribute [rw] value
|
21002
21204
|
# A value is the optional value of the tag. The string value can be
|
21003
21205
|
# from 1 to 256 Unicode characters in length and can't be prefixed
|
21004
|
-
# with
|
21005
|
-
#
|
21006
|
-
# '
|
21206
|
+
# with `aws:` or `rds:`. The string can only contain only the set of
|
21207
|
+
# Unicode letters, digits, white-space, '\_', '.', ':', '/',
|
21208
|
+
# '=', '+', '-', '@' (Java regex:
|
21007
21209
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-@\]*)$").
|
21008
21210
|
# @return [String]
|
21009
21211
|
#
|
@@ -21165,8 +21367,8 @@ module Aws::RDS
|
|
21165
21367
|
# @return [String]
|
21166
21368
|
#
|
21167
21369
|
# @!attribute [rw] iam_auth
|
21168
|
-
# Whether to require or disallow
|
21169
|
-
# (IAM) authentication for connections to the proxy.
|
21370
|
+
# Whether to require or disallow Amazon Web Services Identity and
|
21371
|
+
# Access Management (IAM) authentication for connections to the proxy.
|
21170
21372
|
# @return [String]
|
21171
21373
|
#
|
21172
21374
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/UserAuthConfig AWS API Documentation
|
@@ -21205,8 +21407,8 @@ module Aws::RDS
|
|
21205
21407
|
# @return [String]
|
21206
21408
|
#
|
21207
21409
|
# @!attribute [rw] iam_auth
|
21208
|
-
# Whether to require or disallow
|
21209
|
-
# (IAM) authentication for connections to the proxy.
|
21410
|
+
# Whether to require or disallow Amazon Web Services Identity and
|
21411
|
+
# Access Management (IAM) authentication for connections to the proxy.
|
21210
21412
|
# @return [String]
|
21211
21413
|
#
|
21212
21414
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/UserAuthConfigInfo AWS API Documentation
|
@@ -21303,7 +21505,7 @@ module Aws::RDS
|
|
21303
21505
|
end
|
21304
21506
|
|
21305
21507
|
# Information about the virtual private network (VPN) between the VMware
|
21306
|
-
# vSphere cluster and the
|
21508
|
+
# vSphere cluster and the Amazon Web Services website.
|
21307
21509
|
#
|
21308
21510
|
# For more information about RDS on VMware, see the [ RDS on VMware User
|
21309
21511
|
# Guide.][1]
|
@@ -21322,8 +21524,8 @@ module Aws::RDS
|
|
21322
21524
|
# @return [String]
|
21323
21525
|
#
|
21324
21526
|
# @!attribute [rw] vpn_gateway_ip
|
21325
|
-
# The IP address of network traffic from
|
21326
|
-
# center.
|
21527
|
+
# The IP address of network traffic from Amazon Web Services to your
|
21528
|
+
# on-premises data center.
|
21327
21529
|
# @return [String]
|
21328
21530
|
#
|
21329
21531
|
# @!attribute [rw] vpn_psk
|