aws-sdk-rds 1.120.0 → 1.121.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +880 -644
- data/lib/aws-sdk-rds/client_api.rb +11 -0
- data/lib/aws-sdk-rds/db_cluster.rb +111 -93
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +41 -0
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +67 -57
- data/lib/aws-sdk-rds/db_instance.rb +241 -175
- data/lib/aws-sdk-rds/db_parameter_group.rb +54 -11
- data/lib/aws-sdk-rds/db_security_group.rb +12 -10
- data/lib/aws-sdk-rds/db_snapshot.rb +85 -71
- 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 +193 -113
- data/lib/aws-sdk-rds/types.rb +963 -707
- metadata +2 -2
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.*
|
@@ -2301,6 +2329,31 @@ module Aws::RDS
|
|
2301
2329
|
# **Aurora PostgreSQL**
|
2302
2330
|
#
|
2303
2331
|
# Example: `aurora-postgresql9.6`
|
2332
|
+
#
|
2333
|
+
# To list all of the available parameter group families for a DB
|
2334
|
+
# engine, use the following command:
|
2335
|
+
#
|
2336
|
+
# `aws rds describe-db-engine-versions --query
|
2337
|
+
# "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>`
|
2338
|
+
#
|
2339
|
+
# For example, to list all of the available parameter group families
|
2340
|
+
# for the Aurora PostgreSQL DB engine, use the following command:
|
2341
|
+
#
|
2342
|
+
# `aws rds describe-db-engine-versions --query
|
2343
|
+
# "DBEngineVersions[].DBParameterGroupFamily" --engine
|
2344
|
+
# aurora-postgresql`
|
2345
|
+
#
|
2346
|
+
# <note markdown="1"> The output contains duplicates.
|
2347
|
+
#
|
2348
|
+
# </note>
|
2349
|
+
#
|
2350
|
+
# The following are the valid DB engine values:
|
2351
|
+
#
|
2352
|
+
# * `aurora` (for MySQL 5.6-compatible Aurora)
|
2353
|
+
#
|
2354
|
+
# * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
|
2355
|
+
#
|
2356
|
+
# * `aurora-postgresql`
|
2304
2357
|
# @return [String]
|
2305
2358
|
#
|
2306
2359
|
# @!attribute [rw] description
|
@@ -2692,10 +2745,10 @@ module Aws::RDS
|
|
2692
2745
|
#
|
2693
2746
|
# @!attribute [rw] db_instance_class
|
2694
2747
|
# The compute and memory capacity of the DB instance, for example,
|
2695
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
2696
|
-
# Regions, or for all database engines. For the
|
2697
|
-
# instance classes, and availability for your engine,
|
2698
|
-
# 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.*
|
2699
2752
|
#
|
2700
2753
|
#
|
2701
2754
|
#
|
@@ -2705,7 +2758,8 @@ module Aws::RDS
|
|
2705
2758
|
# @!attribute [rw] engine
|
2706
2759
|
# The name of the database engine to be used for this instance.
|
2707
2760
|
#
|
2708
|
-
# Not every database engine is available for every
|
2761
|
+
# Not every database engine is available for every Amazon Web Services
|
2762
|
+
# Region.
|
2709
2763
|
#
|
2710
2764
|
# Valid Values:
|
2711
2765
|
#
|
@@ -2721,11 +2775,11 @@ module Aws::RDS
|
|
2721
2775
|
#
|
2722
2776
|
# * `oracle-ee`
|
2723
2777
|
#
|
2724
|
-
# * `oracle-
|
2778
|
+
# * `oracle-ee-cdb`
|
2725
2779
|
#
|
2726
|
-
# * `oracle-
|
2780
|
+
# * `oracle-se2`
|
2727
2781
|
#
|
2728
|
-
# * `oracle-
|
2782
|
+
# * `oracle-se2-cdb`
|
2729
2783
|
#
|
2730
2784
|
# * `postgres`
|
2731
2785
|
#
|
@@ -2856,17 +2910,18 @@ module Aws::RDS
|
|
2856
2910
|
#
|
2857
2911
|
# @!attribute [rw] availability_zone
|
2858
2912
|
# The Availability Zone (AZ) where the database will be created. For
|
2859
|
-
# information on
|
2860
|
-
# Availability Zones][1].
|
2913
|
+
# information on Amazon Web Services Regions and Availability Zones,
|
2914
|
+
# see [Regions and Availability Zones][1].
|
2861
2915
|
#
|
2862
2916
|
# Default: A random, system-chosen Availability Zone in the
|
2863
|
-
# endpoint's
|
2917
|
+
# endpoint's Amazon Web Services Region.
|
2864
2918
|
#
|
2865
2919
|
# Example: `us-east-1d`
|
2866
2920
|
#
|
2867
2921
|
# Constraint: The `AvailabilityZone` parameter can't be specified if
|
2868
2922
|
# the DB instance is a Multi-AZ deployment. The specified Availability
|
2869
|
-
# Zone must be in the same
|
2923
|
+
# Zone must be in the same Amazon Web Services Region as the current
|
2924
|
+
# endpoint.
|
2870
2925
|
#
|
2871
2926
|
# <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
|
2872
2927
|
# specify the identifier of the custom Availability Zone to create the
|
@@ -2897,8 +2952,8 @@ module Aws::RDS
|
|
2897
2952
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
2898
2953
|
#
|
2899
2954
|
# The default is a 30-minute window selected at random from an 8-hour
|
2900
|
-
# block of time for each
|
2901
|
-
# week.
|
2955
|
+
# block of time for each Amazon Web Services Region, occurring on a
|
2956
|
+
# random day of the week.
|
2902
2957
|
#
|
2903
2958
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
2904
2959
|
#
|
@@ -2946,8 +3001,9 @@ module Aws::RDS
|
|
2946
3001
|
# The daily time range during which automated backups are created if
|
2947
3002
|
# automated backups are enabled, using the `BackupRetentionPeriod`
|
2948
3003
|
# parameter. The default is a 30-minute window selected at random from
|
2949
|
-
# an 8-hour block of time for each
|
2950
|
-
# 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*.
|
2951
3007
|
#
|
2952
3008
|
# **Amazon Aurora**
|
2953
3009
|
#
|
@@ -3032,7 +3088,8 @@ module Aws::RDS
|
|
3032
3088
|
#
|
3033
3089
|
# The following are the database engines and links to information
|
3034
3090
|
# about the major and minor versions that are available with Amazon
|
3035
|
-
# RDS. Not every database engine is available for every
|
3091
|
+
# RDS. Not every database engine is available for every Amazon Web
|
3092
|
+
# Services Region.
|
3036
3093
|
#
|
3037
3094
|
# **Amazon Aurora**
|
3038
3095
|
#
|
@@ -3202,21 +3259,25 @@ module Aws::RDS
|
|
3202
3259
|
# @return [Boolean]
|
3203
3260
|
#
|
3204
3261
|
# @!attribute [rw] kms_key_id
|
3205
|
-
# The
|
3262
|
+
# The Amazon Web Services KMS key identifier for an encrypted DB
|
3263
|
+
# instance.
|
3206
3264
|
#
|
3207
|
-
# The
|
3208
|
-
# alias name for the
|
3209
|
-
#
|
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.
|
3210
3269
|
#
|
3211
3270
|
# **Amazon Aurora**
|
3212
3271
|
#
|
3213
|
-
# Not applicable. The
|
3214
|
-
# 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`.
|
3215
3275
|
#
|
3216
3276
|
# If `StorageEncrypted` is enabled, and you do not specify a value for
|
3217
3277
|
# the `KmsKeyId` parameter, then Amazon RDS uses your default CMK.
|
3218
|
-
# There is a default CMK for your
|
3219
|
-
# 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.
|
3220
3281
|
# @return [String]
|
3221
3282
|
#
|
3222
3283
|
# @!attribute [rw] domain
|
@@ -3299,12 +3360,13 @@ module Aws::RDS
|
|
3299
3360
|
# @return [String]
|
3300
3361
|
#
|
3301
3362
|
# @!attribute [rw] enable_iam_database_authentication
|
3302
|
-
# A value that indicates whether to enable mapping of
|
3303
|
-
# Access Management (IAM) accounts to database
|
3304
|
-
# 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.
|
3305
3366
|
#
|
3306
|
-
# This setting doesn't apply to Amazon Aurora. Mapping
|
3307
|
-
# 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.
|
3308
3370
|
#
|
3309
3371
|
# For more information, see [ IAM Database Authentication for MySQL
|
3310
3372
|
# and PostgreSQL][1] in the *Amazon RDS User Guide.*
|
@@ -3327,16 +3389,17 @@ module Aws::RDS
|
|
3327
3389
|
# @return [Boolean]
|
3328
3390
|
#
|
3329
3391
|
# @!attribute [rw] performance_insights_kms_key_id
|
3330
|
-
# The
|
3331
|
-
# data.
|
3392
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
3393
|
+
# Performance Insights data.
|
3332
3394
|
#
|
3333
|
-
# The
|
3334
|
-
# 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).
|
3335
3398
|
#
|
3336
3399
|
# If you do not specify a value for `PerformanceInsightsKMSKeyId`,
|
3337
3400
|
# then Amazon RDS uses your default CMK. There is a default CMK for
|
3338
|
-
# your
|
3339
|
-
# each
|
3401
|
+
# your Amazon Web Services account. Your Amazon Web Services account
|
3402
|
+
# has a different default CMK for each Amazon Web Services Region.
|
3340
3403
|
# @return [String]
|
3341
3404
|
#
|
3342
3405
|
# @!attribute [rw] performance_insights_retention_period
|
@@ -3429,10 +3492,11 @@ module Aws::RDS
|
|
3429
3492
|
# local network.
|
3430
3493
|
#
|
3431
3494
|
# For more information about RDS on Outposts, see [Working with Amazon
|
3432
|
-
# RDS on
|
3495
|
+
# RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
|
3496
|
+
# Guide*.
|
3433
3497
|
#
|
3434
3498
|
# For more information about CoIPs, see [Customer-owned IP
|
3435
|
-
# addresses][2] in the *
|
3499
|
+
# addresses][2] in the *Amazon Web Services Outposts User Guide*.
|
3436
3500
|
#
|
3437
3501
|
#
|
3438
3502
|
#
|
@@ -3577,14 +3641,15 @@ module Aws::RDS
|
|
3577
3641
|
# * The specified DB instance must have automatic backups enabled,
|
3578
3642
|
# that is, its backup retention period must be greater than 0.
|
3579
3643
|
#
|
3580
|
-
# * If the source DB instance is in the same
|
3581
|
-
# 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.
|
3582
3647
|
#
|
3583
|
-
# * If the source DB instance is in a different
|
3584
|
-
# read replica, specify a valid DB instance ARN. For
|
3585
|
-
# information, see [Constructing an ARN for Amazon RDS][3] in
|
3586
|
-
# *Amazon RDS User Guide*. This doesn't apply to SQL Server,
|
3587
|
-
# 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.
|
3588
3653
|
#
|
3589
3654
|
#
|
3590
3655
|
#
|
@@ -3595,10 +3660,10 @@ module Aws::RDS
|
|
3595
3660
|
#
|
3596
3661
|
# @!attribute [rw] db_instance_class
|
3597
3662
|
# The compute and memory capacity of the read replica, for example,
|
3598
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
3599
|
-
# Regions, or for all database engines. For the
|
3600
|
-
# instance classes, and availability for your engine,
|
3601
|
-
# 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.*
|
3602
3667
|
#
|
3603
3668
|
# Default: Inherits from the source DB instance.
|
3604
3669
|
#
|
@@ -3611,7 +3676,7 @@ module Aws::RDS
|
|
3611
3676
|
# The Availability Zone (AZ) where the read replica will be created.
|
3612
3677
|
#
|
3613
3678
|
# Default: A random, system-chosen Availability Zone in the
|
3614
|
-
# endpoint's
|
3679
|
+
# endpoint's Amazon Web Services Region.
|
3615
3680
|
#
|
3616
3681
|
# Example: `us-east-1d`
|
3617
3682
|
# @return [String]
|
@@ -3715,15 +3780,15 @@ module Aws::RDS
|
|
3715
3780
|
# Constraints:
|
3716
3781
|
#
|
3717
3782
|
# * Can only be specified if the source DB instance identifier
|
3718
|
-
# specifies a DB instance in another
|
3783
|
+
# specifies a DB instance in another Amazon Web Services Region.
|
3719
3784
|
#
|
3720
3785
|
# * If supplied, must match the name of an existing DBSubnetGroup.
|
3721
3786
|
#
|
3722
|
-
# * The specified DB subnet group must be in the same
|
3723
|
-
# 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.
|
3724
3789
|
#
|
3725
|
-
# * All read replicas in one
|
3726
|
-
# 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:>
|
3727
3792
|
#
|
3728
3793
|
# * Specify DB subnet groups from the same VPC. All these read
|
3729
3794
|
# replicas are created in the same VPC.
|
@@ -3786,21 +3851,24 @@ module Aws::RDS
|
|
3786
3851
|
# @return [String]
|
3787
3852
|
#
|
3788
3853
|
# @!attribute [rw] kms_key_id
|
3789
|
-
# The
|
3854
|
+
# The Amazon Web Services KMS key identifier for an encrypted read
|
3855
|
+
# replica.
|
3790
3856
|
#
|
3791
|
-
# The
|
3792
|
-
# 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.
|
3793
3859
|
#
|
3794
|
-
# If you create an encrypted read replica in the same
|
3795
|
-
# the source DB instance, then do not specify a
|
3796
|
-
# parameter. A read replica in the same Region is
|
3797
|
-
# 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.
|
3798
3865
|
#
|
3799
|
-
# If you create an encrypted read replica in a different
|
3800
|
-
# then you must specify a
|
3801
|
-
#
|
3802
|
-
#
|
3803
|
-
#
|
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.
|
3804
3872
|
#
|
3805
3873
|
# You can't create an encrypted read replica from an unencrypted DB
|
3806
3874
|
# instance.
|
@@ -3808,56 +3876,62 @@ module Aws::RDS
|
|
3808
3876
|
#
|
3809
3877
|
# @!attribute [rw] pre_signed_url
|
3810
3878
|
# The URL that contains a Signature Version 4 signed request for the
|
3811
|
-
# `CreateDBInstanceReadReplica` API action in the source
|
3812
|
-
# that contains the source DB instance.
|
3879
|
+
# `CreateDBInstanceReadReplica` API action in the source Amazon Web
|
3880
|
+
# Services Region that contains the source DB instance.
|
3813
3881
|
#
|
3814
3882
|
# You must specify this parameter when you create an encrypted read
|
3815
|
-
# replica from another
|
3816
|
-
# specify `PreSignedUrl` when you are creating an
|
3817
|
-
# 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.
|
3818
3886
|
#
|
3819
3887
|
# The presigned URL must be a valid request for the
|
3820
3888
|
# `CreateDBInstanceReadReplica` API action that can be executed in the
|
3821
|
-
# source
|
3822
|
-
# The presigned URL request must contain the following
|
3823
|
-
# 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:
|
3824
3892
|
#
|
3825
|
-
# * `DestinationRegion` - The
|
3826
|
-
# replica is created in. This
|
3827
|
-
#
|
3828
|
-
# 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.
|
3829
3897
|
#
|
3830
3898
|
# For example, if you create an encrypted DB instance in the
|
3831
|
-
# us-west-1
|
3832
|
-
#
|
3833
|
-
# in the us-east-1
|
3834
|
-
#
|
3835
|
-
#
|
3836
|
-
#
|
3837
|
-
#
|
3838
|
-
#
|
3839
|
-
#
|
3840
|
-
#
|
3841
|
-
#
|
3842
|
-
#
|
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.
|
3843
3914
|
#
|
3844
3915
|
# * `SourceDBInstanceIdentifier` - The DB instance identifier for the
|
3845
3916
|
# encrypted DB instance to be replicated. This identifier must be in
|
3846
|
-
# the Amazon Resource Name (ARN) format for the source
|
3847
|
-
# For example, if you are creating an encrypted
|
3848
|
-
# DB instance in the us-west-2
|
3849
|
-
# `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:
|
3850
3922
|
# `arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115`.
|
3851
3923
|
#
|
3852
3924
|
# To learn how to generate a Signature Version 4 signed request, see
|
3853
|
-
# [Authenticating Requests: Using Query Parameters (
|
3854
|
-
# 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].
|
3855
3928
|
#
|
3856
|
-
# <note markdown="1"> If you are using an
|
3857
|
-
# `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
|
3858
3931
|
# specifying `PreSignedUrl` manually. Specifying `SourceRegion`
|
3859
3932
|
# autogenerates a presigned URL that is a valid request for the
|
3860
|
-
# operation that can be executed in the source
|
3933
|
+
# operation that can be executed in the source Amazon Web Services
|
3934
|
+
# Region.
|
3861
3935
|
#
|
3862
3936
|
# `SourceRegion` isn't supported for SQL Server, because SQL Server
|
3863
3937
|
# on Amazon RDS doesn't support cross-region read replicas.
|
@@ -3871,9 +3945,9 @@ module Aws::RDS
|
|
3871
3945
|
# @return [String]
|
3872
3946
|
#
|
3873
3947
|
# @!attribute [rw] enable_iam_database_authentication
|
3874
|
-
# A value that indicates whether to enable mapping of
|
3875
|
-
# Access Management (IAM) accounts to database
|
3876
|
-
# 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.
|
3877
3951
|
#
|
3878
3952
|
# For more information about IAM database authentication, see [ IAM
|
3879
3953
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -3897,16 +3971,17 @@ module Aws::RDS
|
|
3897
3971
|
# @return [Boolean]
|
3898
3972
|
#
|
3899
3973
|
# @!attribute [rw] performance_insights_kms_key_id
|
3900
|
-
# The
|
3901
|
-
# data.
|
3974
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
3975
|
+
# Performance Insights data.
|
3902
3976
|
#
|
3903
|
-
# The
|
3904
|
-
# 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).
|
3905
3980
|
#
|
3906
3981
|
# If you do not specify a value for `PerformanceInsightsKMSKeyId`,
|
3907
3982
|
# then Amazon RDS uses your default CMK. There is a default CMK for
|
3908
|
-
# your
|
3909
|
-
# each
|
3983
|
+
# your Amazon Web Services account. Your Amazon Web Services account
|
3984
|
+
# has a different default CMK for each Amazon Web Services Region.
|
3910
3985
|
# @return [String]
|
3911
3986
|
#
|
3912
3987
|
# @!attribute [rw] performance_insights_retention_period
|
@@ -4113,15 +4188,51 @@ module Aws::RDS
|
|
4113
4188
|
# be applied only to a DB instance running a database engine and
|
4114
4189
|
# engine version compatible with that DB parameter group family.
|
4115
4190
|
#
|
4116
|
-
# To list all of the available parameter group families
|
4117
|
-
# following command:
|
4191
|
+
# To list all of the available parameter group families for a DB
|
4192
|
+
# engine, use the following command:
|
4193
|
+
#
|
4194
|
+
# `aws rds describe-db-engine-versions --query
|
4195
|
+
# "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>`
|
4196
|
+
#
|
4197
|
+
# For example, to list all of the available parameter group families
|
4198
|
+
# for the MySQL DB engine, use the following command:
|
4118
4199
|
#
|
4119
4200
|
# `aws rds describe-db-engine-versions --query
|
4120
|
-
# "DBEngineVersions[].DBParameterGroupFamily"`
|
4201
|
+
# "DBEngineVersions[].DBParameterGroupFamily" --engine mysql`
|
4121
4202
|
#
|
4122
4203
|
# <note markdown="1"> The output contains duplicates.
|
4123
4204
|
#
|
4124
4205
|
# </note>
|
4206
|
+
#
|
4207
|
+
# The following are the valid DB engine values:
|
4208
|
+
#
|
4209
|
+
# * `aurora` (for MySQL 5.6-compatible Aurora)
|
4210
|
+
#
|
4211
|
+
# * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
|
4212
|
+
#
|
4213
|
+
# * `aurora-postgresql`
|
4214
|
+
#
|
4215
|
+
# * `mariadb`
|
4216
|
+
#
|
4217
|
+
# * `mysql`
|
4218
|
+
#
|
4219
|
+
# * `oracle-ee`
|
4220
|
+
#
|
4221
|
+
# * `oracle-ee-cdb`
|
4222
|
+
#
|
4223
|
+
# * `oracle-se2`
|
4224
|
+
#
|
4225
|
+
# * `oracle-se2-cdb`
|
4226
|
+
#
|
4227
|
+
# * `postgres`
|
4228
|
+
#
|
4229
|
+
# * `sqlserver-ee`
|
4230
|
+
#
|
4231
|
+
# * `sqlserver-se`
|
4232
|
+
#
|
4233
|
+
# * `sqlserver-ex`
|
4234
|
+
#
|
4235
|
+
# * `sqlserver-web`
|
4125
4236
|
# @return [String]
|
4126
4237
|
#
|
4127
4238
|
# @!attribute [rw] description
|
@@ -4270,10 +4381,10 @@ module Aws::RDS
|
|
4270
4381
|
#
|
4271
4382
|
# @!attribute [rw] db_proxy_name
|
4272
4383
|
# The identifier for the proxy. This name must be unique for all
|
4273
|
-
# proxies owned by your
|
4274
|
-
# identifier must begin with a letter
|
4275
|
-
# letters, digits, and hyphens; it can't
|
4276
|
-
# 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.
|
4277
4388
|
# @return [String]
|
4278
4389
|
#
|
4279
4390
|
# @!attribute [rw] engine_family
|
@@ -4289,7 +4400,7 @@ module Aws::RDS
|
|
4289
4400
|
#
|
4290
4401
|
# @!attribute [rw] role_arn
|
4291
4402
|
# The Amazon Resource Name (ARN) of the IAM role that the proxy uses
|
4292
|
-
# to access secrets in
|
4403
|
+
# to access secrets in Amazon Web Services Secrets Manager.
|
4293
4404
|
# @return [String]
|
4294
4405
|
#
|
4295
4406
|
# @!attribute [rw] vpc_subnet_ids
|
@@ -4797,11 +4908,11 @@ module Aws::RDS
|
|
4797
4908
|
#
|
4798
4909
|
# * `oracle-ee`
|
4799
4910
|
#
|
4800
|
-
# * `oracle-
|
4911
|
+
# * `oracle-ee-cdb`
|
4801
4912
|
#
|
4802
|
-
# * `oracle-
|
4913
|
+
# * `oracle-se2`
|
4803
4914
|
#
|
4804
|
-
# * `oracle-
|
4915
|
+
# * `oracle-se2-cdb`
|
4805
4916
|
#
|
4806
4917
|
# * `postgres`
|
4807
4918
|
#
|
@@ -4877,7 +4988,7 @@ module Aws::RDS
|
|
4877
4988
|
#
|
4878
4989
|
# @!attribute [rw] vpn_details
|
4879
4990
|
# Information about the virtual private network (VPN) between the
|
4880
|
-
# VMware vSphere cluster and the
|
4991
|
+
# VMware vSphere cluster and the Amazon Web Services website.
|
4881
4992
|
# @return [Types::VpnDetails]
|
4882
4993
|
#
|
4883
4994
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZone AWS API Documentation
|
@@ -4906,7 +5017,8 @@ module Aws::RDS
|
|
4906
5017
|
# @return [String]
|
4907
5018
|
#
|
4908
5019
|
# @!attribute [rw] custom_availability_zones
|
4909
|
-
# The list of CustomAvailabilityZone objects for the
|
5020
|
+
# The list of CustomAvailabilityZone objects for the Amazon Web
|
5021
|
+
# Services account.
|
4910
5022
|
# @return [Array<Types::CustomAvailabilityZone>]
|
4911
5023
|
#
|
4912
5024
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZoneMessage AWS API Documentation
|
@@ -5090,17 +5202,19 @@ module Aws::RDS
|
|
5090
5202
|
# @return [Boolean]
|
5091
5203
|
#
|
5092
5204
|
# @!attribute [rw] kms_key_id
|
5093
|
-
# If `StorageEncrypted` is enabled, the
|
5094
|
-
# encrypted DB cluster.
|
5205
|
+
# If `StorageEncrypted` is enabled, the Amazon Web Services KMS key
|
5206
|
+
# identifier for the encrypted DB cluster.
|
5095
5207
|
#
|
5096
|
-
# The
|
5097
|
-
# 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).
|
5098
5211
|
# @return [String]
|
5099
5212
|
#
|
5100
5213
|
# @!attribute [rw] db_cluster_resource_id
|
5101
|
-
# The
|
5102
|
-
# identifier is found in
|
5103
|
-
#
|
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.
|
5104
5218
|
# @return [String]
|
5105
5219
|
#
|
5106
5220
|
# @!attribute [rw] db_cluster_arn
|
@@ -5108,15 +5222,16 @@ module Aws::RDS
|
|
5108
5222
|
# @return [String]
|
5109
5223
|
#
|
5110
5224
|
# @!attribute [rw] associated_roles
|
5111
|
-
# Provides a list of the
|
5112
|
-
# roles that are associated with the DB cluster. IAM
|
5113
|
-
# associated with a DB cluster grant permission for the
|
5114
|
-
# 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.
|
5115
5229
|
# @return [Array<Types::DBClusterRole>]
|
5116
5230
|
#
|
5117
5231
|
# @!attribute [rw] iam_database_authentication_enabled
|
5118
|
-
# A value that indicates whether the mapping of
|
5119
|
-
# 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.
|
5120
5235
|
# @return [Boolean]
|
5121
5236
|
#
|
5122
5237
|
# @!attribute [rw] clone_group_id
|
@@ -5224,11 +5339,12 @@ module Aws::RDS
|
|
5224
5339
|
# @return [String]
|
5225
5340
|
#
|
5226
5341
|
# @!attribute [rw] activity_stream_kms_key_id
|
5227
|
-
# The
|
5228
|
-
# database activity stream.
|
5342
|
+
# The Amazon Web Services KMS key identifier used for encrypting
|
5343
|
+
# messages in the database activity stream.
|
5229
5344
|
#
|
5230
|
-
# The
|
5231
|
-
# 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).
|
5232
5348
|
# @return [String]
|
5233
5349
|
#
|
5234
5350
|
# @!attribute [rw] activity_stream_kinesis_stream_name
|
@@ -5243,7 +5359,7 @@ module Aws::RDS
|
|
5243
5359
|
#
|
5244
5360
|
# @!attribute [rw] cross_account_clone
|
5245
5361
|
# Specifies whether the DB cluster is a clone of a DB cluster owned by
|
5246
|
-
# a different
|
5362
|
+
# a different Amazon Web Services account.
|
5247
5363
|
# @return [Boolean]
|
5248
5364
|
#
|
5249
5365
|
# @!attribute [rw] domain_memberships
|
@@ -5790,8 +5906,8 @@ module Aws::RDS
|
|
5790
5906
|
#
|
5791
5907
|
class DBClusterQuotaExceededFault < Aws::EmptyStructure; end
|
5792
5908
|
|
5793
|
-
# Describes an
|
5794
|
-
# 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.
|
5795
5911
|
#
|
5796
5912
|
# @!attribute [rw] role_arn
|
5797
5913
|
# The Amazon Resource Name (ARN) of the IAM role that is associated
|
@@ -5803,20 +5919,20 @@ module Aws::RDS
|
|
5803
5919
|
# cluster. The Status property returns one of the following values:
|
5804
5920
|
#
|
5805
5921
|
# * `ACTIVE` - the IAM role ARN is associated with the DB cluster and
|
5806
|
-
# can be used to access other
|
5922
|
+
# can be used to access other Amazon Web Services on your behalf.
|
5807
5923
|
#
|
5808
5924
|
# * `PENDING` - the IAM role ARN is being associated with the DB
|
5809
5925
|
# cluster.
|
5810
5926
|
#
|
5811
5927
|
# * `INVALID` - the IAM role ARN is associated with the DB cluster,
|
5812
5928
|
# but the DB cluster is unable to assume the IAM role in order to
|
5813
|
-
# access other
|
5929
|
+
# access other Amazon Web Services on your behalf.
|
5814
5930
|
# @return [String]
|
5815
5931
|
#
|
5816
5932
|
# @!attribute [rw] feature_name
|
5817
|
-
# The name of the feature associated with the
|
5818
|
-
# Management (IAM) role. For the list of supported
|
5819
|
-
# 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.
|
5820
5936
|
# @return [String]
|
5821
5937
|
#
|
5822
5938
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterRole AWS API Documentation
|
@@ -5933,11 +6049,12 @@ module Aws::RDS
|
|
5933
6049
|
# @return [Boolean]
|
5934
6050
|
#
|
5935
6051
|
# @!attribute [rw] kms_key_id
|
5936
|
-
# If `StorageEncrypted` is true, the
|
5937
|
-
# encrypted DB cluster snapshot.
|
6052
|
+
# If `StorageEncrypted` is true, the Amazon Web Services KMS key
|
6053
|
+
# identifier for the encrypted DB cluster snapshot.
|
5938
6054
|
#
|
5939
|
-
# The
|
5940
|
-
# 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).
|
5941
6058
|
# @return [String]
|
5942
6059
|
#
|
5943
6060
|
# @!attribute [rw] db_cluster_snapshot_arn
|
@@ -5951,8 +6068,9 @@ module Aws::RDS
|
|
5951
6068
|
# @return [String]
|
5952
6069
|
#
|
5953
6070
|
# @!attribute [rw] iam_database_authentication_enabled
|
5954
|
-
# True if mapping of
|
5955
|
-
# 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.
|
5956
6074
|
# @return [Boolean]
|
5957
6075
|
#
|
5958
6076
|
# @!attribute [rw] tag_list
|
@@ -6002,16 +6120,17 @@ module Aws::RDS
|
|
6002
6120
|
# Contains the name and values of a manual DB cluster snapshot
|
6003
6121
|
# attribute.
|
6004
6122
|
#
|
6005
|
-
# Manual DB cluster snapshot attributes are used to authorize other
|
6006
|
-
# accounts to restore a manual DB cluster snapshot.
|
6007
|
-
# 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.
|
6008
6127
|
#
|
6009
6128
|
# @!attribute [rw] attribute_name
|
6010
6129
|
# The name of the manual DB cluster snapshot attribute.
|
6011
6130
|
#
|
6012
|
-
# The attribute named `restore` refers to the list of
|
6013
|
-
# that have permission to copy or restore the manual
|
6014
|
-
# 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
|
6015
6134
|
# `ModifyDBClusterSnapshotAttribute` API action.
|
6016
6135
|
# @return [String]
|
6017
6136
|
#
|
@@ -6019,10 +6138,11 @@ module Aws::RDS
|
|
6019
6138
|
# The value(s) for the manual DB cluster snapshot attribute.
|
6020
6139
|
#
|
6021
6140
|
# If the `AttributeName` field is set to `restore`, then this element
|
6022
|
-
# returns a list of IDs of the
|
6023
|
-
# copy or restore the manual DB cluster snapshot. If a
|
6024
|
-
# is in the list, then the manual DB cluster snapshot
|
6025
|
-
# 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.
|
6026
6146
|
# @return [Array<String>]
|
6027
6147
|
#
|
6028
6148
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterSnapshotAttribute AWS API Documentation
|
@@ -6037,9 +6157,10 @@ module Aws::RDS
|
|
6037
6157
|
# Contains the results of a successful call to the
|
6038
6158
|
# `DescribeDBClusterSnapshotAttributes` API action.
|
6039
6159
|
#
|
6040
|
-
# Manual DB cluster snapshot attributes are used to authorize other
|
6041
|
-
# accounts to copy or restore a manual DB cluster
|
6042
|
-
# 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.
|
6043
6164
|
#
|
6044
6165
|
# @!attribute [rw] db_cluster_snapshot_identifier
|
6045
6166
|
# The identifier of the manual DB cluster snapshot that the attributes
|
@@ -6252,12 +6373,12 @@ module Aws::RDS
|
|
6252
6373
|
# @!attribute [rw] db_instance_status
|
6253
6374
|
# Specifies the current state of this database.
|
6254
6375
|
#
|
6255
|
-
# For information about DB instance statuses, see [DB
|
6256
|
-
#
|
6376
|
+
# For information about DB instance statuses, see [Viewing DB instance
|
6377
|
+
# status][1] in the *Amazon RDS User Guide.*
|
6257
6378
|
#
|
6258
6379
|
#
|
6259
6380
|
#
|
6260
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Status
|
6381
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/accessing-monitoring.html#Overview.DBInstance.Status
|
6261
6382
|
# @return [String]
|
6262
6383
|
#
|
6263
6384
|
# @!attribute [rw] master_username
|
@@ -6474,17 +6595,19 @@ module Aws::RDS
|
|
6474
6595
|
# @return [Boolean]
|
6475
6596
|
#
|
6476
6597
|
# @!attribute [rw] kms_key_id
|
6477
|
-
# If `StorageEncrypted` is true, the
|
6478
|
-
# encrypted DB instance.
|
6598
|
+
# If `StorageEncrypted` is true, the Amazon Web Services KMS key
|
6599
|
+
# identifier for the encrypted DB instance.
|
6479
6600
|
#
|
6480
|
-
# The
|
6481
|
-
# 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).
|
6482
6604
|
# @return [String]
|
6483
6605
|
#
|
6484
6606
|
# @!attribute [rw] dbi_resource_id
|
6485
|
-
# The
|
6486
|
-
# This identifier is found in
|
6487
|
-
#
|
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.
|
6488
6611
|
# @return [String]
|
6489
6612
|
#
|
6490
6613
|
# @!attribute [rw] ca_certificate_identifier
|
@@ -6545,8 +6668,9 @@ module Aws::RDS
|
|
6545
6668
|
# @return [String]
|
6546
6669
|
#
|
6547
6670
|
# @!attribute [rw] iam_database_authentication_enabled
|
6548
|
-
# True if mapping of
|
6549
|
-
# 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.
|
6550
6674
|
#
|
6551
6675
|
# IAM database authentication can be enabled for the following
|
6552
6676
|
# database engines
|
@@ -6565,11 +6689,12 @@ module Aws::RDS
|
|
6565
6689
|
# @return [Boolean]
|
6566
6690
|
#
|
6567
6691
|
# @!attribute [rw] performance_insights_kms_key_id
|
6568
|
-
# The
|
6569
|
-
# data.
|
6692
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
6693
|
+
# Performance Insights data.
|
6570
6694
|
#
|
6571
|
-
# The
|
6572
|
-
# 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).
|
6573
6698
|
# @return [String]
|
6574
6699
|
#
|
6575
6700
|
# @!attribute [rw] performance_insights_retention_period
|
@@ -6606,8 +6731,8 @@ module Aws::RDS
|
|
6606
6731
|
# @return [Boolean]
|
6607
6732
|
#
|
6608
6733
|
# @!attribute [rw] associated_roles
|
6609
|
-
# The
|
6610
|
-
# the DB instance.
|
6734
|
+
# The Amazon Web Services Identity and Access Management (IAM) roles
|
6735
|
+
# associated with the DB instance.
|
6611
6736
|
# @return [Array<Types::DBInstanceRole>]
|
6612
6737
|
#
|
6613
6738
|
# @!attribute [rw] listener_endpoint
|
@@ -6644,10 +6769,11 @@ module Aws::RDS
|
|
6644
6769
|
# local network.
|
6645
6770
|
#
|
6646
6771
|
# For more information about RDS on Outposts, see [Working with Amazon
|
6647
|
-
# RDS on
|
6772
|
+
# RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
|
6773
|
+
# Guide*.
|
6648
6774
|
#
|
6649
6775
|
# For more information about CoIPs, see [Customer-owned IP
|
6650
|
-
# addresses][2] in the *
|
6776
|
+
# addresses][2] in the *Amazon Web Services Outposts User Guide*.
|
6651
6777
|
#
|
6652
6778
|
#
|
6653
6779
|
#
|
@@ -6656,9 +6782,37 @@ module Aws::RDS
|
|
6656
6782
|
# @return [Boolean]
|
6657
6783
|
#
|
6658
6784
|
# @!attribute [rw] aws_backup_recovery_point_arn
|
6659
|
-
# 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.
|
6660
6791
|
# @return [String]
|
6661
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).
|
6798
|
+
# @return [String]
|
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
|
+
#
|
6662
6816
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
|
6663
6817
|
#
|
6664
6818
|
class DBInstance < Struct.new(
|
@@ -6725,7 +6879,12 @@ module Aws::RDS
|
|
6725
6879
|
:tag_list,
|
6726
6880
|
:db_instance_automated_backups_replications,
|
6727
6881
|
:customer_owned_ip_enabled,
|
6728
|
-
: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)
|
6729
6888
|
SENSITIVE = []
|
6730
6889
|
include Aws::Structure
|
6731
6890
|
end
|
@@ -6746,11 +6905,11 @@ module Aws::RDS
|
|
6746
6905
|
#
|
6747
6906
|
# @!attribute [rw] dbi_resource_id
|
6748
6907
|
# The identifier for the source DB instance, which can't be changed
|
6749
|
-
# and which is unique to an
|
6908
|
+
# and which is unique to an Amazon Web Services Region.
|
6750
6909
|
# @return [String]
|
6751
6910
|
#
|
6752
6911
|
# @!attribute [rw] region
|
6753
|
-
# The
|
6912
|
+
# The Amazon Web Services Region associated with the automated backup.
|
6754
6913
|
# @return [String]
|
6755
6914
|
#
|
6756
6915
|
# @!attribute [rw] db_instance_identifier
|
@@ -6787,8 +6946,8 @@ module Aws::RDS
|
|
6787
6946
|
#
|
6788
6947
|
# @!attribute [rw] availability_zone
|
6789
6948
|
# The Availability Zone that the automated backup was created in. For
|
6790
|
-
# information on
|
6791
|
-
# Availability Zones][1].
|
6949
|
+
# information on Amazon Web Services Regions and Availability Zones,
|
6950
|
+
# see [Regions and Availability Zones][1].
|
6792
6951
|
#
|
6793
6952
|
#
|
6794
6953
|
#
|
@@ -6842,10 +7001,11 @@ module Aws::RDS
|
|
6842
7001
|
# @return [String]
|
6843
7002
|
#
|
6844
7003
|
# @!attribute [rw] kms_key_id
|
6845
|
-
# The
|
7004
|
+
# The Amazon Web Services KMS key ID for an automated backup.
|
6846
7005
|
#
|
6847
|
-
# The
|
6848
|
-
# 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).
|
6849
7009
|
# @return [String]
|
6850
7010
|
#
|
6851
7011
|
# @!attribute [rw] timezone
|
@@ -6855,8 +7015,9 @@ module Aws::RDS
|
|
6855
7015
|
# @return [String]
|
6856
7016
|
#
|
6857
7017
|
# @!attribute [rw] iam_database_authentication_enabled
|
6858
|
-
# True if mapping of
|
6859
|
-
# 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.
|
6860
7021
|
# @return [Boolean]
|
6861
7022
|
#
|
6862
7023
|
# @!attribute [rw] backup_retention_period
|
@@ -6868,8 +7029,8 @@ module Aws::RDS
|
|
6868
7029
|
# @return [String]
|
6869
7030
|
#
|
6870
7031
|
# @!attribute [rw] db_instance_automated_backups_replications
|
6871
|
-
# The list of replications to different
|
6872
|
-
# the automated backup.
|
7032
|
+
# The list of replications to different Amazon Web Services Regions
|
7033
|
+
# associated with the automated backup.
|
6873
7034
|
# @return [Array<Types::DBInstanceAutomatedBackupsReplication>]
|
6874
7035
|
#
|
6875
7036
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceAutomatedBackup AWS API Documentation
|
@@ -6941,9 +7102,9 @@ module Aws::RDS
|
|
6941
7102
|
#
|
6942
7103
|
class DBInstanceAutomatedBackupQuotaExceededFault < Aws::EmptyStructure; end
|
6943
7104
|
|
6944
|
-
# Automated backups of a DB instance replicated to another
|
6945
|
-
# They consist of system backups, transaction logs, and
|
6946
|
-
# 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.
|
6947
7108
|
#
|
6948
7109
|
# @!attribute [rw] db_instance_automated_backups_arn
|
6949
7110
|
# The Amazon Resource Name (ARN) of the replicated automated backups.
|
@@ -6985,8 +7146,8 @@ module Aws::RDS
|
|
6985
7146
|
#
|
6986
7147
|
class DBInstanceNotFoundFault < Aws::EmptyStructure; end
|
6987
7148
|
|
6988
|
-
# Describes an
|
6989
|
-
# 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.
|
6990
7151
|
#
|
6991
7152
|
# @!attribute [rw] role_arn
|
6992
7153
|
# The Amazon Resource Name (ARN) of the IAM role that is associated
|
@@ -6994,9 +7155,9 @@ module Aws::RDS
|
|
6994
7155
|
# @return [String]
|
6995
7156
|
#
|
6996
7157
|
# @!attribute [rw] feature_name
|
6997
|
-
# The name of the feature associated with the
|
6998
|
-
# Management (IAM) role. For the list of supported
|
6999
|
-
# `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`.
|
7000
7161
|
# @return [String]
|
7001
7162
|
#
|
7002
7163
|
# @!attribute [rw] status
|
@@ -7004,14 +7165,15 @@ module Aws::RDS
|
|
7004
7165
|
# instance. The Status property returns one of the following values:
|
7005
7166
|
#
|
7006
7167
|
# * `ACTIVE` - the IAM role ARN is associated with the DB instance and
|
7007
|
-
# can be used to access other
|
7168
|
+
# can be used to access other Amazon Web Services services on your
|
7169
|
+
# behalf.
|
7008
7170
|
#
|
7009
7171
|
# * `PENDING` - the IAM role ARN is being associated with the DB
|
7010
7172
|
# instance.
|
7011
7173
|
#
|
7012
7174
|
# * `INVALID` - the IAM role ARN is associated with the DB instance,
|
7013
7175
|
# but the DB instance is unable to assume the IAM role in order to
|
7014
|
-
# access other
|
7176
|
+
# access other Amazon Web Services services on your behalf.
|
7015
7177
|
# @return [String]
|
7016
7178
|
#
|
7017
7179
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceRole AWS API Documentation
|
@@ -7038,8 +7200,9 @@ module Aws::RDS
|
|
7038
7200
|
#
|
7039
7201
|
class DBInstanceRoleNotFoundFault < Aws::EmptyStructure; end
|
7040
7202
|
|
7041
|
-
# You can't associate any more
|
7042
|
-
# 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.
|
7043
7206
|
#
|
7044
7207
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceRoleQuotaExceededFault AWS API Documentation
|
7045
7208
|
#
|
@@ -7237,7 +7400,8 @@ module Aws::RDS
|
|
7237
7400
|
#
|
7238
7401
|
# @!attribute [rw] db_proxy_name
|
7239
7402
|
# The identifier for the proxy. This name must be unique for all
|
7240
|
-
# proxies owned by your
|
7403
|
+
# proxies owned by your Amazon Web Services account in the specified
|
7404
|
+
# Amazon Web Services Region.
|
7241
7405
|
# @return [String]
|
7242
7406
|
#
|
7243
7407
|
# @!attribute [rw] db_proxy_arn
|
@@ -7342,7 +7506,8 @@ module Aws::RDS
|
|
7342
7506
|
end
|
7343
7507
|
|
7344
7508
|
# The specified proxy name must be unique for all proxies owned by your
|
7345
|
-
#
|
7509
|
+
# Amazon Web Services account in the specified Amazon Web Services
|
7510
|
+
# Region.
|
7346
7511
|
#
|
7347
7512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyAlreadyExistsFault AWS API Documentation
|
7348
7513
|
#
|
@@ -7433,7 +7598,8 @@ module Aws::RDS
|
|
7433
7598
|
end
|
7434
7599
|
|
7435
7600
|
# The specified DB proxy endpoint name must be unique for all DB proxy
|
7436
|
-
# endpoints owned by your
|
7601
|
+
# endpoints owned by your Amazon Web Services account in the specified
|
7602
|
+
# Amazon Web Services Region.
|
7437
7603
|
#
|
7438
7604
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpointAlreadyExistsFault AWS API Documentation
|
7439
7605
|
#
|
@@ -7452,14 +7618,15 @@ module Aws::RDS
|
|
7452
7618
|
class DBProxyEndpointQuotaExceededFault < Aws::EmptyStructure; end
|
7453
7619
|
|
7454
7620
|
# The specified proxy name doesn't correspond to a proxy owned by your
|
7455
|
-
#
|
7621
|
+
# Amazon Web Services account in the specified Amazon Web Services
|
7622
|
+
# Region.
|
7456
7623
|
#
|
7457
7624
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyNotFoundFault AWS API Documentation
|
7458
7625
|
#
|
7459
7626
|
class DBProxyNotFoundFault < Aws::EmptyStructure; end
|
7460
7627
|
|
7461
|
-
# Your
|
7462
|
-
# specified
|
7628
|
+
# Your Amazon Web Services account already has the maximum number of
|
7629
|
+
# proxies in the specified Amazon Web Services Region.
|
7463
7630
|
#
|
7464
7631
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyQuotaExceededFault AWS API Documentation
|
7465
7632
|
#
|
@@ -7547,8 +7714,8 @@ module Aws::RDS
|
|
7547
7714
|
#
|
7548
7715
|
# @!attribute [rw] target_group_name
|
7549
7716
|
# The identifier for the target group. This name must be unique for
|
7550
|
-
# all target groups owned by your
|
7551
|
-
# Region.
|
7717
|
+
# all target groups owned by your Amazon Web Services account in the
|
7718
|
+
# specified Amazon Web Services Region.
|
7552
7719
|
# @return [String]
|
7553
7720
|
#
|
7554
7721
|
# @!attribute [rw] target_group_arn
|
@@ -7598,14 +7765,16 @@ module Aws::RDS
|
|
7598
7765
|
end
|
7599
7766
|
|
7600
7767
|
# The specified target group isn't available for a proxy owned by your
|
7601
|
-
#
|
7768
|
+
# Amazon Web Services account in the specified Amazon Web Services
|
7769
|
+
# Region.
|
7602
7770
|
#
|
7603
7771
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyTargetGroupNotFoundFault AWS API Documentation
|
7604
7772
|
#
|
7605
7773
|
class DBProxyTargetGroupNotFoundFault < Aws::EmptyStructure; end
|
7606
7774
|
|
7607
7775
|
# The specified RDS DB instance or Aurora DB cluster isn't available
|
7608
|
-
# 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.
|
7609
7778
|
#
|
7610
7779
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyTargetNotFoundFault AWS API Documentation
|
7611
7780
|
#
|
@@ -7617,7 +7786,8 @@ module Aws::RDS
|
|
7617
7786
|
# `DescribeDBSecurityGroups` action.
|
7618
7787
|
#
|
7619
7788
|
# @!attribute [rw] owner_id
|
7620
|
-
# Provides the
|
7789
|
+
# Provides the Amazon Web Services ID of the owner of a specific DB
|
7790
|
+
# security group.
|
7621
7791
|
# @return [String]
|
7622
7792
|
#
|
7623
7793
|
# @!attribute [rw] db_security_group_name
|
@@ -7813,7 +7983,8 @@ module Aws::RDS
|
|
7813
7983
|
# @return [Integer]
|
7814
7984
|
#
|
7815
7985
|
# @!attribute [rw] source_region
|
7816
|
-
# The
|
7986
|
+
# The Amazon Web Services Region that the DB snapshot was created in
|
7987
|
+
# or copied from.
|
7817
7988
|
# @return [String]
|
7818
7989
|
#
|
7819
7990
|
# @!attribute [rw] source_db_snapshot_identifier
|
@@ -7836,11 +8007,12 @@ module Aws::RDS
|
|
7836
8007
|
# @return [Boolean]
|
7837
8008
|
#
|
7838
8009
|
# @!attribute [rw] kms_key_id
|
7839
|
-
# If `Encrypted` is true, the
|
7840
|
-
# DB snapshot.
|
8010
|
+
# If `Encrypted` is true, the Amazon Web Services KMS key identifier
|
8011
|
+
# for the encrypted DB snapshot.
|
7841
8012
|
#
|
7842
|
-
# The
|
7843
|
-
# 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).
|
7844
8016
|
# @return [String]
|
7845
8017
|
#
|
7846
8018
|
# @!attribute [rw] db_snapshot_arn
|
@@ -7855,8 +8027,9 @@ module Aws::RDS
|
|
7855
8027
|
# @return [String]
|
7856
8028
|
#
|
7857
8029
|
# @!attribute [rw] iam_database_authentication_enabled
|
7858
|
-
# True if mapping of
|
7859
|
-
# 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.
|
7860
8033
|
# @return [Boolean]
|
7861
8034
|
#
|
7862
8035
|
# @!attribute [rw] processor_features
|
@@ -7867,7 +8040,7 @@ module Aws::RDS
|
|
7867
8040
|
#
|
7868
8041
|
# @!attribute [rw] dbi_resource_id
|
7869
8042
|
# The identifier for the source DB instance, which can't be changed
|
7870
|
-
# and which is unique to an
|
8043
|
+
# and which is unique to an Amazon Web Services Region.
|
7871
8044
|
# @return [String]
|
7872
8045
|
#
|
7873
8046
|
# @!attribute [rw] tag_list
|
@@ -7923,27 +8096,27 @@ module Aws::RDS
|
|
7923
8096
|
|
7924
8097
|
# Contains the name and values of a manual DB snapshot attribute
|
7925
8098
|
#
|
7926
|
-
# Manual DB snapshot attributes are used to authorize other
|
7927
|
-
# to restore a manual DB snapshot. For more
|
7928
|
-
# `ModifyDBSnapshotAttribute` API.
|
8099
|
+
# Manual DB snapshot attributes are used to authorize other Amazon Web
|
8100
|
+
# Services accounts to restore a manual DB snapshot. For more
|
8101
|
+
# information, see the `ModifyDBSnapshotAttribute` API.
|
7929
8102
|
#
|
7930
8103
|
# @!attribute [rw] attribute_name
|
7931
8104
|
# The name of the manual DB snapshot attribute.
|
7932
8105
|
#
|
7933
|
-
# The attribute named `restore` refers to the list of
|
7934
|
-
# that have permission to copy or restore the manual
|
7935
|
-
# snapshot. For more information, see the
|
7936
|
-
# API action.
|
8106
|
+
# The attribute named `restore` refers to the list of Amazon Web
|
8107
|
+
# Services accounts that have permission to copy or restore the manual
|
8108
|
+
# DB cluster snapshot. For more information, see the
|
8109
|
+
# `ModifyDBSnapshotAttribute` API action.
|
7937
8110
|
# @return [String]
|
7938
8111
|
#
|
7939
8112
|
# @!attribute [rw] attribute_values
|
7940
8113
|
# The value or values for the manual DB snapshot attribute.
|
7941
8114
|
#
|
7942
8115
|
# If the `AttributeName` field is set to `restore`, then this element
|
7943
|
-
# returns a list of IDs of the
|
7944
|
-
# copy or restore the manual DB snapshot. If a value of
|
7945
|
-
# the list, then the manual DB snapshot is public and
|
7946
|
-
# any
|
8116
|
+
# returns a list of IDs of the Amazon Web Services accounts that are
|
8117
|
+
# authorized to copy or restore the manual DB snapshot. If a value of
|
8118
|
+
# `all` is in the list, then the manual DB snapshot is public and
|
8119
|
+
# available for any Amazon Web Services account to copy or restore.
|
7947
8120
|
# @return [Array<String>]
|
7948
8121
|
#
|
7949
8122
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshotAttribute AWS API Documentation
|
@@ -7958,9 +8131,9 @@ module Aws::RDS
|
|
7958
8131
|
# Contains the results of a successful call to the
|
7959
8132
|
# `DescribeDBSnapshotAttributes` API action.
|
7960
8133
|
#
|
7961
|
-
# Manual DB snapshot attributes are used to authorize other
|
7962
|
-
# to copy or restore a manual DB snapshot. For more
|
7963
|
-
# `ModifyDBSnapshotAttribute` API action.
|
8134
|
+
# Manual DB snapshot attributes are used to authorize other Amazon Web
|
8135
|
+
# Services accounts to copy or restore a manual DB snapshot. For more
|
8136
|
+
# information, see the `ModifyDBSnapshotAttribute` API action.
|
7964
8137
|
#
|
7965
8138
|
# @!attribute [rw] db_snapshot_identifier
|
7966
8139
|
# The identifier of the manual DB snapshot that the attributes apply
|
@@ -8332,7 +8505,7 @@ module Aws::RDS
|
|
8332
8505
|
#
|
8333
8506
|
# @!attribute [rw] dbi_resource_id
|
8334
8507
|
# The identifier for the source DB instance, which can't be changed
|
8335
|
-
# and which is unique to an
|
8508
|
+
# and which is unique to an Amazon Web Services Region.
|
8336
8509
|
# @return [String]
|
8337
8510
|
#
|
8338
8511
|
# @!attribute [rw] db_instance_automated_backups_arn
|
@@ -9242,9 +9415,9 @@ module Aws::RDS
|
|
9242
9415
|
# `DescribeDBClusterSnapshotAttributes` API action.
|
9243
9416
|
#
|
9244
9417
|
# Manual DB cluster snapshot attributes are used to authorize other
|
9245
|
-
#
|
9246
|
-
# more information, see the
|
9247
|
-
# action.
|
9418
|
+
# Amazon Web Services accounts to copy or restore a manual DB cluster
|
9419
|
+
# snapshot. For more information, see the
|
9420
|
+
# `ModifyDBClusterSnapshotAttribute` API action.
|
9248
9421
|
# @return [Types::DBClusterSnapshotAttributesResult]
|
9249
9422
|
#
|
9250
9423
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterSnapshotAttributesResult AWS API Documentation
|
@@ -9307,13 +9480,14 @@ module Aws::RDS
|
|
9307
9480
|
# of the following values:
|
9308
9481
|
#
|
9309
9482
|
# * `automated` - Return all DB cluster snapshots that have been
|
9310
|
-
# automatically taken by Amazon RDS for my
|
9483
|
+
# automatically taken by Amazon RDS for my Amazon Web Services
|
9484
|
+
# account.
|
9311
9485
|
#
|
9312
9486
|
# * `manual` - Return all DB cluster snapshots that have been taken by
|
9313
|
-
# my
|
9487
|
+
# my Amazon Web Services account.
|
9314
9488
|
#
|
9315
9489
|
# * `shared` - Return all manual DB cluster snapshots that have been
|
9316
|
-
# shared to my
|
9490
|
+
# shared to my Amazon Web Services account.
|
9317
9491
|
#
|
9318
9492
|
# * `public` - Return all DB cluster snapshots that have been marked
|
9319
9493
|
# as public.
|
@@ -9369,19 +9543,20 @@ module Aws::RDS
|
|
9369
9543
|
#
|
9370
9544
|
# @!attribute [rw] include_shared
|
9371
9545
|
# A value that indicates whether to include shared manual DB cluster
|
9372
|
-
# snapshots from other
|
9373
|
-
# given permission to copy or restore.
|
9374
|
-
# not included.
|
9546
|
+
# snapshots from other Amazon Web Services accounts that this Amazon
|
9547
|
+
# Web Services account has been given permission to copy or restore.
|
9548
|
+
# By default, these snapshots are not included.
|
9375
9549
|
#
|
9376
|
-
# You can give an
|
9377
|
-
# cluster snapshot from another
|
9378
|
-
# `ModifyDBClusterSnapshotAttribute` API action.
|
9550
|
+
# You can give an Amazon Web Services account permission to restore a
|
9551
|
+
# manual DB cluster snapshot from another Amazon Web Services account
|
9552
|
+
# by the `ModifyDBClusterSnapshotAttribute` API action.
|
9379
9553
|
# @return [Boolean]
|
9380
9554
|
#
|
9381
9555
|
# @!attribute [rw] include_public
|
9382
9556
|
# A value that indicates whether to include manual DB cluster
|
9383
|
-
# snapshots that are public and can be copied or restored by any
|
9384
|
-
# account. By default, the public snapshots are
|
9557
|
+
# snapshots that are public and can be copied or restored by any
|
9558
|
+
# Amazon Web Services account. By default, the public snapshots are
|
9559
|
+
# not included.
|
9385
9560
|
#
|
9386
9561
|
# You can share a manual DB cluster snapshot as public by using the
|
9387
9562
|
# ModifyDBClusterSnapshotAttribute API action.
|
@@ -9462,7 +9637,8 @@ module Aws::RDS
|
|
9462
9637
|
#
|
9463
9638
|
# @!attribute [rw] include_shared
|
9464
9639
|
# Optional Boolean parameter that specifies whether the output
|
9465
|
-
# includes information about clusters shared from other
|
9640
|
+
# includes information about clusters shared from other Amazon Web
|
9641
|
+
# Services accounts.
|
9466
9642
|
# @return [Boolean]
|
9467
9643
|
#
|
9468
9644
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClustersMessage AWS API Documentation
|
@@ -9515,11 +9691,11 @@ module Aws::RDS
|
|
9515
9691
|
#
|
9516
9692
|
# * `oracle-ee`
|
9517
9693
|
#
|
9518
|
-
# * `oracle-
|
9694
|
+
# * `oracle-ee-cdb`
|
9519
9695
|
#
|
9520
|
-
# * `oracle-
|
9696
|
+
# * `oracle-se2`
|
9521
9697
|
#
|
9522
|
-
# * `oracle-
|
9698
|
+
# * `oracle-se2-cdb`
|
9523
9699
|
#
|
9524
9700
|
# * `postgres`
|
9525
9701
|
#
|
@@ -10052,8 +10228,8 @@ module Aws::RDS
|
|
10052
10228
|
#
|
10053
10229
|
# @!attribute [rw] db_proxy_name
|
10054
10230
|
# The name of the DB proxy. If you omit this parameter, the output
|
10055
|
-
# includes information about all DB proxies owned by your
|
10056
|
-
# ID.
|
10231
|
+
# includes information about all DB proxies owned by your Amazon Web
|
10232
|
+
# Services account ID.
|
10057
10233
|
# @return [String]
|
10058
10234
|
#
|
10059
10235
|
# @!attribute [rw] filters
|
@@ -10417,8 +10593,8 @@ module Aws::RDS
|
|
10417
10593
|
# Contains the results of a successful call to the
|
10418
10594
|
# `DescribeDBSnapshotAttributes` API action.
|
10419
10595
|
#
|
10420
|
-
# Manual DB snapshot attributes are used to authorize other
|
10421
|
-
# accounts to copy or restore a manual DB snapshot. For more
|
10596
|
+
# Manual DB snapshot attributes are used to authorize other Amazon Web
|
10597
|
+
# Services accounts to copy or restore a manual DB snapshot. For more
|
10422
10598
|
# information, see the `ModifyDBSnapshotAttribute` API action.
|
10423
10599
|
# @return [Types::DBSnapshotAttributesResult]
|
10424
10600
|
#
|
@@ -10480,22 +10656,22 @@ module Aws::RDS
|
|
10480
10656
|
# following values:
|
10481
10657
|
#
|
10482
10658
|
# * `automated` - Return all DB snapshots that have been automatically
|
10483
|
-
# taken by Amazon RDS for my
|
10659
|
+
# taken by Amazon RDS for my Amazon Web Services account.
|
10484
10660
|
#
|
10485
|
-
# * `manual` - Return all DB snapshots that have been taken by my
|
10486
|
-
# account.
|
10661
|
+
# * `manual` - Return all DB snapshots that have been taken by my
|
10662
|
+
# Amazon Web Services account.
|
10487
10663
|
#
|
10488
10664
|
# * `shared` - Return all manual DB snapshots that have been shared to
|
10489
|
-
# my
|
10665
|
+
# my Amazon Web Services account.
|
10490
10666
|
#
|
10491
10667
|
# * `public` - Return all DB snapshots that have been marked as
|
10492
10668
|
# public.
|
10493
10669
|
#
|
10494
|
-
# * `awsbackup` - Return the DB snapshots managed by the
|
10495
|
-
# service.
|
10670
|
+
# * `awsbackup` - Return the DB snapshots managed by the Amazon Web
|
10671
|
+
# Services Backup service.
|
10496
10672
|
#
|
10497
|
-
# For information about
|
10498
|
-
# Guide.* ][1]
|
10673
|
+
# For information about Amazon Web Services Backup, see the [
|
10674
|
+
# *Amazon Web Services Backup Developer Guide.* ][1]
|
10499
10675
|
#
|
10500
10676
|
# The `awsbackup` type does not apply to Aurora.
|
10501
10677
|
#
|
@@ -10554,19 +10730,20 @@ module Aws::RDS
|
|
10554
10730
|
#
|
10555
10731
|
# @!attribute [rw] include_shared
|
10556
10732
|
# A value that indicates whether to include shared manual DB cluster
|
10557
|
-
# snapshots from other
|
10558
|
-
# given permission to copy or restore.
|
10559
|
-
# not included.
|
10733
|
+
# snapshots from other Amazon Web Services accounts that this Amazon
|
10734
|
+
# Web Services account has been given permission to copy or restore.
|
10735
|
+
# By default, these snapshots are not included.
|
10560
10736
|
#
|
10561
|
-
# You can give an
|
10562
|
-
# snapshot from another
|
10563
|
-
# `ModifyDBSnapshotAttribute` API action.
|
10737
|
+
# You can give an Amazon Web Services account permission to restore a
|
10738
|
+
# manual DB snapshot from another Amazon Web Services account by using
|
10739
|
+
# the `ModifyDBSnapshotAttribute` API action.
|
10564
10740
|
# @return [Boolean]
|
10565
10741
|
#
|
10566
10742
|
# @!attribute [rw] include_public
|
10567
10743
|
# A value that indicates whether to include manual DB cluster
|
10568
|
-
# snapshots that are public and can be copied or restored by any
|
10569
|
-
# account. By default, the public snapshots are
|
10744
|
+
# snapshots that are public and can be copied or restored by any
|
10745
|
+
# Amazon Web Services account. By default, the public snapshots are
|
10746
|
+
# not included.
|
10570
10747
|
#
|
10571
10748
|
# You can share a manual DB snapshot as public by using the
|
10572
10749
|
# ModifyDBSnapshotAttribute API.
|
@@ -11219,11 +11396,11 @@ module Aws::RDS
|
|
11219
11396
|
#
|
11220
11397
|
# * `oracle-ee`
|
11221
11398
|
#
|
11222
|
-
# * `oracle-
|
11399
|
+
# * `oracle-ee-cdb`
|
11223
11400
|
#
|
11224
|
-
# * `oracle-
|
11401
|
+
# * `oracle-se2`
|
11225
11402
|
#
|
11226
|
-
# * `oracle-
|
11403
|
+
# * `oracle-se2-cdb`
|
11227
11404
|
#
|
11228
11405
|
# * `postgres`
|
11229
11406
|
#
|
@@ -11330,11 +11507,11 @@ module Aws::RDS
|
|
11330
11507
|
#
|
11331
11508
|
# * `oracle-ee`
|
11332
11509
|
#
|
11333
|
-
# * `oracle-
|
11510
|
+
# * `oracle-ee-cdb`
|
11334
11511
|
#
|
11335
|
-
# * `oracle-
|
11512
|
+
# * `oracle-se2`
|
11336
11513
|
#
|
11337
|
-
# * `oracle-
|
11514
|
+
# * `oracle-se2-cdb`
|
11338
11515
|
#
|
11339
11516
|
# * `postgres`
|
11340
11517
|
#
|
@@ -11403,11 +11580,11 @@ module Aws::RDS
|
|
11403
11580
|
#
|
11404
11581
|
# * `oracle-ee`
|
11405
11582
|
#
|
11406
|
-
# * `oracle-
|
11583
|
+
# * `oracle-ee-cdb`
|
11407
11584
|
#
|
11408
|
-
# * `oracle-
|
11585
|
+
# * `oracle-se2`
|
11409
11586
|
#
|
11410
|
-
# * `oracle-
|
11587
|
+
# * `oracle-se2-cdb`
|
11411
11588
|
#
|
11412
11589
|
# * `postgres`
|
11413
11590
|
#
|
@@ -11442,7 +11619,7 @@ module Aws::RDS
|
|
11442
11619
|
# in the group.
|
11443
11620
|
#
|
11444
11621
|
# Omit this parameter to show the available offerings in the specified
|
11445
|
-
#
|
11622
|
+
# Amazon Web Services Region.
|
11446
11623
|
# @return [String]
|
11447
11624
|
#
|
11448
11625
|
# @!attribute [rw] vpc
|
@@ -11619,8 +11796,8 @@ module Aws::RDS
|
|
11619
11796
|
# The lease identifier filter value. Specify this parameter to show
|
11620
11797
|
# only the reservation that matches the specified lease ID.
|
11621
11798
|
#
|
11622
|
-
# <note markdown="1">
|
11623
|
-
# reserved DB instance.
|
11799
|
+
# <note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
|
11800
|
+
# related to a reserved DB instance.
|
11624
11801
|
#
|
11625
11802
|
# </note>
|
11626
11803
|
# @return [String]
|
@@ -11780,11 +11957,12 @@ module Aws::RDS
|
|
11780
11957
|
# }
|
11781
11958
|
#
|
11782
11959
|
# @!attribute [rw] region_name
|
11783
|
-
# The source
|
11960
|
+
# The source Amazon Web Services Region name. For example,
|
11961
|
+
# `us-east-1`.
|
11784
11962
|
#
|
11785
11963
|
# Constraints:
|
11786
11964
|
#
|
11787
|
-
# * Must specify a valid
|
11965
|
+
# * Must specify a valid Amazon Web Services Region name.
|
11788
11966
|
#
|
11789
11967
|
# ^
|
11790
11968
|
# @return [String]
|
@@ -12032,8 +12210,8 @@ module Aws::RDS
|
|
12032
12210
|
# @return [String]
|
12033
12211
|
#
|
12034
12212
|
# @!attribute [rw] ec2_security_group_owner_id
|
12035
|
-
# Specifies the
|
12036
|
-
# specified in the `EC2SecurityGroupName` field.
|
12213
|
+
# Specifies the Amazon Web Services ID of the owner of the EC2
|
12214
|
+
# security group specified in the `EC2SecurityGroupName` field.
|
12037
12215
|
# @return [String]
|
12038
12216
|
#
|
12039
12217
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/EC2SecurityGroup AWS API Documentation
|
@@ -12190,8 +12368,8 @@ module Aws::RDS
|
|
12190
12368
|
# `DescribeEventSubscriptions` action.
|
12191
12369
|
#
|
12192
12370
|
# @!attribute [rw] customer_aws_id
|
12193
|
-
# The
|
12194
|
-
# subscription.
|
12371
|
+
# The Amazon Web Services customer account associated with the RDS
|
12372
|
+
# event notification subscription.
|
12195
12373
|
# @return [String]
|
12196
12374
|
#
|
12197
12375
|
# @!attribute [rw] cust_subscription_id
|
@@ -12370,11 +12548,12 @@ module Aws::RDS
|
|
12370
12548
|
# @return [String]
|
12371
12549
|
#
|
12372
12550
|
# @!attribute [rw] kms_key_id
|
12373
|
-
# The key identifier of the
|
12374
|
-
# used to encrypt the snapshot when it's exported
|
12375
|
-
#
|
12376
|
-
# name. The IAM role used for the
|
12377
|
-
#
|
12551
|
+
# The key identifier of the Amazon Web Services KMS customer master
|
12552
|
+
# key (CMK) that is used to encrypt the snapshot when it's exported
|
12553
|
+
# to Amazon S3. The Amazon Web Services KMS CMK identifier is its key
|
12554
|
+
# ARN, key ID, alias ARN, or alias name. The IAM role used for the
|
12555
|
+
# snapshot export must have encryption and decryption permissions to
|
12556
|
+
# use this Amazon Web Services KMS CMK.
|
12378
12557
|
# @return [String]
|
12379
12558
|
#
|
12380
12559
|
# @!attribute [rw] status
|
@@ -12527,7 +12706,7 @@ module Aws::RDS
|
|
12527
12706
|
# Identifier of the secondary Aurora DB cluster that you want to
|
12528
12707
|
# promote to primary for the Aurora global database (GlobalCluster.)
|
12529
12708
|
# Use the Amazon Resource Name (ARN) for the identifier so that Aurora
|
12530
|
-
# can locate the cluster in its
|
12709
|
+
# can locate the cluster in its Amazon Web Services Region.
|
12531
12710
|
# @return [String]
|
12532
12711
|
#
|
12533
12712
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverGlobalClusterMessage AWS API Documentation
|
@@ -12653,10 +12832,10 @@ module Aws::RDS
|
|
12653
12832
|
# @return [String]
|
12654
12833
|
#
|
12655
12834
|
# @!attribute [rw] global_cluster_resource_id
|
12656
|
-
# The
|
12657
|
-
# cluster. This identifier is found in
|
12658
|
-
#
|
12659
|
-
# accessed.
|
12835
|
+
# The Amazon Web Services Region-unique, immutable identifier for the
|
12836
|
+
# global database cluster. This identifier is found in Amazon Web
|
12837
|
+
# Services CloudTrail log entries whenever the Amazon Web Services KMS
|
12838
|
+
# customer master key (CMK) for the DB cluster is accessed.
|
12660
12839
|
# @return [String]
|
12661
12840
|
#
|
12662
12841
|
# @!attribute [rw] global_cluster_arn
|
@@ -12989,7 +13168,8 @@ module Aws::RDS
|
|
12989
13168
|
# @return [String]
|
12990
13169
|
#
|
12991
13170
|
# @!attribute [rw] installation_media
|
12992
|
-
# The list of InstallationMedia objects for the
|
13171
|
+
# The list of InstallationMedia objects for the Amazon Web Services
|
13172
|
+
# account.
|
12993
13173
|
# @return [Array<Types::InstallationMedia>]
|
12994
13174
|
#
|
12995
13175
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMediaMessage AWS API Documentation
|
@@ -13207,7 +13387,7 @@ module Aws::RDS
|
|
13207
13387
|
#
|
13208
13388
|
class InvalidVPCNetworkStateFault < Aws::EmptyStructure; end
|
13209
13389
|
|
13210
|
-
# An error occurred accessing an
|
13390
|
+
# An error occurred accessing an Amazon Web Services KMS key.
|
13211
13391
|
#
|
13212
13392
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/KMSKeyNotAccessibleFault AWS API Documentation
|
13213
13393
|
#
|
@@ -13282,8 +13462,8 @@ module Aws::RDS
|
|
13282
13462
|
# The new default certificate identifier to override the current one
|
13283
13463
|
# with.
|
13284
13464
|
#
|
13285
|
-
# To determine the valid values, use the `describe-certificates`
|
13286
|
-
#
|
13465
|
+
# To determine the valid values, use the `describe-certificates` CLI
|
13466
|
+
# command or the `DescribeCertificates` API operation.
|
13287
13467
|
# @return [String]
|
13288
13468
|
#
|
13289
13469
|
# @!attribute [rw] remove_customer_override
|
@@ -13302,7 +13482,7 @@ module Aws::RDS
|
|
13302
13482
|
end
|
13303
13483
|
|
13304
13484
|
# @!attribute [rw] certificate
|
13305
|
-
# A CA certificate for an
|
13485
|
+
# A CA certificate for an Amazon Web Services account.
|
13306
13486
|
# @return [Types::Certificate]
|
13307
13487
|
#
|
13308
13488
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCertificatesResult AWS API Documentation
|
@@ -13563,8 +13743,8 @@ module Aws::RDS
|
|
13563
13743
|
# parameter.
|
13564
13744
|
#
|
13565
13745
|
# The default is a 30-minute window selected at random from an 8-hour
|
13566
|
-
# block of time for each
|
13567
|
-
# available, see [ Backup window][1] in the *Amazon Aurora User
|
13746
|
+
# block of time for each Amazon Web Services Region. To view the time
|
13747
|
+
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
13568
13748
|
# Guide.*
|
13569
13749
|
#
|
13570
13750
|
# Constraints:
|
@@ -13589,10 +13769,10 @@ module Aws::RDS
|
|
13589
13769
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
13590
13770
|
#
|
13591
13771
|
# The default is a 30-minute window selected at random from an 8-hour
|
13592
|
-
# block of time for each
|
13593
|
-
# week. To see the time blocks available, see [
|
13594
|
-
# Preferred DB Cluster Maintenance Window][1] in the
|
13595
|
-
# User Guide.*
|
13772
|
+
# block of time for each Amazon Web Services Region, occurring on a
|
13773
|
+
# random day of the week. To see the time blocks available, see [
|
13774
|
+
# Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
13775
|
+
# *Amazon Aurora User Guide.*
|
13596
13776
|
#
|
13597
13777
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
13598
13778
|
#
|
@@ -13604,9 +13784,9 @@ module Aws::RDS
|
|
13604
13784
|
# @return [String]
|
13605
13785
|
#
|
13606
13786
|
# @!attribute [rw] enable_iam_database_authentication
|
13607
|
-
# A value that indicates whether to enable mapping of
|
13608
|
-
# Access Management (IAM) accounts to database
|
13609
|
-
# mapping is disabled.
|
13787
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
13788
|
+
# Services Identity and Access Management (IAM) accounts to database
|
13789
|
+
# accounts. By default, mapping is disabled.
|
13610
13790
|
#
|
13611
13791
|
# For more information, see [ IAM Database Authentication][1] in the
|
13612
13792
|
# *Amazon Aurora User Guide.*
|
@@ -13822,6 +14002,22 @@ module Aws::RDS
|
|
13822
14002
|
#
|
13823
14003
|
# @!attribute [rw] parameters
|
13824
14004
|
# A list of parameters in the DB cluster parameter group to modify.
|
14005
|
+
#
|
14006
|
+
# Valid Values (for the application method): `immediate |
|
14007
|
+
# pending-reboot`
|
14008
|
+
#
|
14009
|
+
# <note markdown="1"> You can use the `immediate` value with dynamic parameters only. You
|
14010
|
+
# can use the `pending-reboot` value for both dynamic and static
|
14011
|
+
# parameters.
|
14012
|
+
#
|
14013
|
+
# When the application method is `immediate`, changes to dynamic
|
14014
|
+
# parameters are applied immediately to the DB clusters associated
|
14015
|
+
# with the parameter group. When the application method is
|
14016
|
+
# `pending-reboot`, changes to dynamic and static parameters are
|
14017
|
+
# applied after a reboot without failover to the DB clusters
|
14018
|
+
# associated with the parameter group.
|
14019
|
+
#
|
14020
|
+
# </note>
|
13825
14021
|
# @return [Array<Types::Parameter>]
|
13826
14022
|
#
|
13827
14023
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterParameterGroupMessage AWS API Documentation
|
@@ -13866,8 +14062,9 @@ module Aws::RDS
|
|
13866
14062
|
# @!attribute [rw] attribute_name
|
13867
14063
|
# The name of the DB cluster snapshot attribute to modify.
|
13868
14064
|
#
|
13869
|
-
# To manage authorization for other
|
13870
|
-
# manual DB cluster snapshot, set this value to
|
14065
|
+
# To manage authorization for other Amazon Web Services accounts to
|
14066
|
+
# copy or restore a manual DB cluster snapshot, set this value to
|
14067
|
+
# `restore`.
|
13871
14068
|
#
|
13872
14069
|
# <note markdown="1"> To view the list of attributes available to modify, use the
|
13873
14070
|
# DescribeDBClusterSnapshotAttributes API action.
|
@@ -13879,25 +14076,27 @@ module Aws::RDS
|
|
13879
14076
|
# A list of DB cluster snapshot attributes to add to the attribute
|
13880
14077
|
# specified by `AttributeName`.
|
13881
14078
|
#
|
13882
|
-
# To authorize other
|
13883
|
-
# cluster snapshot, set this list to include one or more
|
13884
|
-
# IDs, or `all` to make the manual DB
|
13885
|
-
#
|
13886
|
-
#
|
13887
|
-
# want available to all
|
14079
|
+
# To authorize other Amazon Web Services accounts to copy or restore a
|
14080
|
+
# manual DB cluster snapshot, set this list to include one or more
|
14081
|
+
# Amazon Web Services account IDs, or `all` to make the manual DB
|
14082
|
+
# cluster snapshot restorable by any Amazon Web Services account. Do
|
14083
|
+
# not add the `all` value for any manual DB cluster snapshots that
|
14084
|
+
# contain private information that you don't want available to all
|
14085
|
+
# Amazon Web Services accounts.
|
13888
14086
|
# @return [Array<String>]
|
13889
14087
|
#
|
13890
14088
|
# @!attribute [rw] values_to_remove
|
13891
14089
|
# A list of DB cluster snapshot attributes to remove from the
|
13892
14090
|
# attribute specified by `AttributeName`.
|
13893
14091
|
#
|
13894
|
-
# To remove authorization for other
|
13895
|
-
# manual DB cluster snapshot, set this list to
|
13896
|
-
#
|
13897
|
-
#
|
13898
|
-
#
|
13899
|
-
#
|
13900
|
-
#
|
14092
|
+
# To remove authorization for other Amazon Web Services accounts to
|
14093
|
+
# copy or restore a manual DB cluster snapshot, set this list to
|
14094
|
+
# include one or more Amazon Web Services account identifiers, or
|
14095
|
+
# `all` to remove authorization for any Amazon Web Services account to
|
14096
|
+
# copy or restore the DB cluster snapshot. If you specify `all`, an
|
14097
|
+
# Amazon Web Services account whose account ID is explicitly added to
|
14098
|
+
# the `restore` attribute can still copy or restore a manual DB
|
14099
|
+
# cluster snapshot.
|
13901
14100
|
# @return [Array<String>]
|
13902
14101
|
#
|
13903
14102
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterSnapshotAttributeMessage AWS API Documentation
|
@@ -13916,9 +14115,9 @@ module Aws::RDS
|
|
13916
14115
|
# `DescribeDBClusterSnapshotAttributes` API action.
|
13917
14116
|
#
|
13918
14117
|
# Manual DB cluster snapshot attributes are used to authorize other
|
13919
|
-
#
|
13920
|
-
# more information, see the
|
13921
|
-
# action.
|
14118
|
+
# Amazon Web Services accounts to copy or restore a manual DB cluster
|
14119
|
+
# snapshot. For more information, see the
|
14120
|
+
# `ModifyDBClusterSnapshotAttribute` API action.
|
13922
14121
|
# @return [Types::DBClusterSnapshotAttributesResult]
|
13923
14122
|
#
|
13924
14123
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterSnapshotAttributeResult AWS API Documentation
|
@@ -14014,10 +14213,10 @@ module Aws::RDS
|
|
14014
14213
|
#
|
14015
14214
|
# @!attribute [rw] db_instance_class
|
14016
14215
|
# The new compute and memory capacity of the DB instance, for example,
|
14017
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
14018
|
-
# Regions, or for all database engines. For the
|
14019
|
-
# instance classes, and availability for your engine,
|
14020
|
-
# Class][1] in the *Amazon RDS User Guide.*
|
14216
|
+
# `db.m4.large`. Not all DB instance classes are available in all
|
14217
|
+
# Amazon Web Services Regions, or for all database engines. For the
|
14218
|
+
# full list of DB instance classes, and availability for your engine,
|
14219
|
+
# see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
14021
14220
|
#
|
14022
14221
|
# If you modify the DB instance class, an outage occurs during the
|
14023
14222
|
# change. The change is applied during the next maintenance window,
|
@@ -14203,8 +14402,9 @@ module Aws::RDS
|
|
14203
14402
|
# `BackupRetentionPeriod` parameter. Changing this parameter doesn't
|
14204
14403
|
# result in an outage and the change is asynchronously applied as soon
|
14205
14404
|
# as possible. The default is a 30-minute window selected at random
|
14206
|
-
# from an 8-hour block of time for each
|
14207
|
-
# information, see [Backup window][1] in the *Amazon RDS User
|
14405
|
+
# from an 8-hour block of time for each Amazon Web Services Region.
|
14406
|
+
# For more information, see [Backup window][1] in the *Amazon RDS User
|
14407
|
+
# Guide.*
|
14208
14408
|
#
|
14209
14409
|
# **Amazon Aurora**
|
14210
14410
|
#
|
@@ -14564,12 +14764,13 @@ module Aws::RDS
|
|
14564
14764
|
# @return [Integer]
|
14565
14765
|
#
|
14566
14766
|
# @!attribute [rw] enable_iam_database_authentication
|
14567
|
-
# A value that indicates whether to enable mapping of
|
14568
|
-
# Access Management (IAM) accounts to database
|
14569
|
-
# mapping is disabled.
|
14767
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
14768
|
+
# Services Identity and Access Management (IAM) accounts to database
|
14769
|
+
# accounts. By default, mapping is disabled.
|
14570
14770
|
#
|
14571
|
-
# This setting doesn't apply to Amazon Aurora. Mapping
|
14572
|
-
# accounts to database accounts is managed by the DB
|
14771
|
+
# This setting doesn't apply to Amazon Aurora. Mapping Amazon Web
|
14772
|
+
# Services IAM accounts to database accounts is managed by the DB
|
14773
|
+
# cluster.
|
14573
14774
|
#
|
14574
14775
|
# For more information about IAM database authentication, see [ IAM
|
14575
14776
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -14593,16 +14794,17 @@ module Aws::RDS
|
|
14593
14794
|
# @return [Boolean]
|
14594
14795
|
#
|
14595
14796
|
# @!attribute [rw] performance_insights_kms_key_id
|
14596
|
-
# The
|
14597
|
-
# data.
|
14797
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
14798
|
+
# Performance Insights data.
|
14598
14799
|
#
|
14599
|
-
# The
|
14600
|
-
# alias name for the
|
14800
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
14801
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
14802
|
+
# master key (CMK).
|
14601
14803
|
#
|
14602
14804
|
# If you do not specify a value for `PerformanceInsightsKMSKeyId`,
|
14603
14805
|
# then Amazon RDS uses your default CMK. There is a default CMK for
|
14604
|
-
# your
|
14605
|
-
# each
|
14806
|
+
# your Amazon Web Services account. Your Amazon Web Services account
|
14807
|
+
# has a different default CMK for each Amazon Web Services Region.
|
14606
14808
|
# @return [String]
|
14607
14809
|
#
|
14608
14810
|
# @!attribute [rw] performance_insights_retention_period
|
@@ -14714,10 +14916,11 @@ module Aws::RDS
|
|
14714
14916
|
# local network.
|
14715
14917
|
#
|
14716
14918
|
# For more information about RDS on Outposts, see [Working with Amazon
|
14717
|
-
# RDS on
|
14919
|
+
# RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
|
14920
|
+
# Guide*.
|
14718
14921
|
#
|
14719
14922
|
# For more information about CoIPs, see [Customer-owned IP
|
14720
|
-
# addresses][2] in the *
|
14923
|
+
# addresses][2] in the *Amazon Web Services Outposts User Guide*.
|
14721
14924
|
#
|
14722
14925
|
#
|
14723
14926
|
#
|
@@ -14726,7 +14929,8 @@ module Aws::RDS
|
|
14726
14929
|
# @return [Boolean]
|
14727
14930
|
#
|
14728
14931
|
# @!attribute [rw] aws_backup_recovery_point_arn
|
14729
|
-
# The Amazon Resource Name (ARN) of the recovery point in
|
14932
|
+
# The Amazon Resource Name (ARN) of the recovery point in Amazon Web
|
14933
|
+
# Services Backup.
|
14730
14934
|
# @return [String]
|
14731
14935
|
#
|
14732
14936
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
|
@@ -14830,18 +15034,25 @@ module Aws::RDS
|
|
14830
15034
|
# @return [String]
|
14831
15035
|
#
|
14832
15036
|
# @!attribute [rw] parameters
|
14833
|
-
# An array of parameter names, values, and the
|
14834
|
-
# parameter update. At least one parameter name, value, and
|
14835
|
-
# method must be supplied; later arguments are
|
14836
|
-
# 20 parameters can be modified in a single
|
15037
|
+
# An array of parameter names, values, and the application methods for
|
15038
|
+
# the parameter update. At least one parameter name, value, and
|
15039
|
+
# application method method must be supplied; later arguments are
|
15040
|
+
# optional. A maximum of 20 parameters can be modified in a single
|
15041
|
+
# request.
|
14837
15042
|
#
|
14838
15043
|
# Valid Values (for the application method): `immediate |
|
14839
15044
|
# pending-reboot`
|
14840
15045
|
#
|
14841
|
-
# <note markdown="1"> You can use the immediate value with dynamic parameters only. You
|
14842
|
-
# can use the pending-reboot value for both dynamic and static
|
14843
|
-
# parameters
|
14844
|
-
#
|
15046
|
+
# <note markdown="1"> You can use the `immediate` value with dynamic parameters only. You
|
15047
|
+
# can use the `pending-reboot` value for both dynamic and static
|
15048
|
+
# parameters.
|
15049
|
+
#
|
15050
|
+
# When the application method is `immediate`, changes to dynamic
|
15051
|
+
# parameters are applied immediately to the DB instances associated
|
15052
|
+
# with the parameter group. When the application method is
|
15053
|
+
# `pending-reboot`, changes to dynamic and static parameters are
|
15054
|
+
# applied after a reboot without failover to the DB instances
|
15055
|
+
# associated with the parameter group.
|
14845
15056
|
#
|
14846
15057
|
# </note>
|
14847
15058
|
# @return [Array<Types::Parameter>]
|
@@ -14968,7 +15179,7 @@ module Aws::RDS
|
|
14968
15179
|
#
|
14969
15180
|
# @!attribute [rw] role_arn
|
14970
15181
|
# The Amazon Resource Name (ARN) of the IAM role that the proxy uses
|
14971
|
-
# to access secrets in
|
15182
|
+
# to access secrets in Amazon Web Services Secrets Manager.
|
14972
15183
|
# @return [String]
|
14973
15184
|
#
|
14974
15185
|
# @!attribute [rw] security_groups
|
@@ -15078,8 +15289,8 @@ module Aws::RDS
|
|
15078
15289
|
# @!attribute [rw] attribute_name
|
15079
15290
|
# The name of the DB snapshot attribute to modify.
|
15080
15291
|
#
|
15081
|
-
# To manage authorization for other
|
15082
|
-
# manual DB snapshot, set this value to `restore`.
|
15292
|
+
# To manage authorization for other Amazon Web Services accounts to
|
15293
|
+
# copy or restore a manual DB snapshot, set this value to `restore`.
|
15083
15294
|
#
|
15084
15295
|
# <note markdown="1"> To view the list of attributes available to modify, use the
|
15085
15296
|
# DescribeDBSnapshotAttributes API action.
|
@@ -15091,22 +15302,23 @@ module Aws::RDS
|
|
15091
15302
|
# A list of DB snapshot attributes to add to the attribute specified
|
15092
15303
|
# by `AttributeName`.
|
15093
15304
|
#
|
15094
|
-
# To authorize other
|
15095
|
-
# snapshot, set this list to include one or more
|
15096
|
-
# `all` to make the manual DB snapshot
|
15097
|
-
# Do not add the `all`
|
15098
|
-
#
|
15099
|
-
# accounts.
|
15305
|
+
# To authorize other Amazon Web Services accounts to copy or restore a
|
15306
|
+
# manual snapshot, set this list to include one or more Amazon Web
|
15307
|
+
# Services account IDs, or `all` to make the manual DB snapshot
|
15308
|
+
# restorable by any Amazon Web Services account. Do not add the `all`
|
15309
|
+
# value for any manual DB snapshots that contain private information
|
15310
|
+
# that you don't want available to all Amazon Web Services accounts.
|
15100
15311
|
# @return [Array<String>]
|
15101
15312
|
#
|
15102
15313
|
# @!attribute [rw] values_to_remove
|
15103
15314
|
# A list of DB snapshot attributes to remove from the attribute
|
15104
15315
|
# specified by `AttributeName`.
|
15105
15316
|
#
|
15106
|
-
# To remove authorization for other
|
15107
|
-
# manual snapshot, set this list to include one or
|
15108
|
-
# identifiers, or `all` to remove
|
15109
|
-
#
|
15317
|
+
# To remove authorization for other Amazon Web Services accounts to
|
15318
|
+
# copy or restore a manual snapshot, set this list to include one or
|
15319
|
+
# more Amazon Web Services account identifiers, or `all` to remove
|
15320
|
+
# authorization for any Amazon Web Services account to copy or restore
|
15321
|
+
# the DB snapshot. If you specify `all`, an Amazon Web Services
|
15110
15322
|
# account whose account ID is explicitly added to the `restore`
|
15111
15323
|
# attribute can still copy or restore the manual DB snapshot.
|
15112
15324
|
# @return [Array<String>]
|
@@ -15126,8 +15338,8 @@ module Aws::RDS
|
|
15126
15338
|
# Contains the results of a successful call to the
|
15127
15339
|
# `DescribeDBSnapshotAttributes` API action.
|
15128
15340
|
#
|
15129
|
-
# Manual DB snapshot attributes are used to authorize other
|
15130
|
-
# accounts to copy or restore a manual DB snapshot. For more
|
15341
|
+
# Manual DB snapshot attributes are used to authorize other Amazon Web
|
15342
|
+
# Services accounts to copy or restore a manual DB snapshot. For more
|
15131
15343
|
# information, see the `ModifyDBSnapshotAttribute` API action.
|
15132
15344
|
# @return [Types::DBSnapshotAttributesResult]
|
15133
15345
|
#
|
@@ -15916,7 +16128,8 @@ module Aws::RDS
|
|
15916
16128
|
include Aws::Structure
|
15917
16129
|
end
|
15918
16130
|
|
15919
|
-
# The quota of 20 option groups was exceeded for this
|
16131
|
+
# The quota of 20 option groups was exceeded for this Amazon Web
|
16132
|
+
# Services account.
|
15920
16133
|
#
|
15921
16134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OptionGroupQuotaExceededFault AWS API Documentation
|
15922
16135
|
#
|
@@ -16151,14 +16364,21 @@ module Aws::RDS
|
|
16151
16364
|
# @!attribute [rw] outpost_capable
|
16152
16365
|
# Whether a DB instance supports RDS on Outposts.
|
16153
16366
|
#
|
16154
|
-
# For more information about RDS on Outposts, see [Amazon RDS on
|
16155
|
-
# Outposts][1] in the *Amazon RDS User Guide.*
|
16367
|
+
# For more information about RDS on Outposts, see [Amazon RDS on
|
16368
|
+
# Amazon Web Services Outposts][1] in the *Amazon RDS User Guide.*
|
16156
16369
|
#
|
16157
16370
|
#
|
16158
16371
|
#
|
16159
16372
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
16160
16373
|
# @return [Boolean]
|
16161
16374
|
#
|
16375
|
+
# @!attribute [rw] supported_activity_stream_modes
|
16376
|
+
# The list of supported modes for Database Activity Streams. Aurora
|
16377
|
+
# PostgreSQL returns the value `[sync, async]`. Aurora MySQL and RDS
|
16378
|
+
# for Oracle return `[async]` only. If Database Activity Streams
|
16379
|
+
# isn't supported, the return value is an empty list.
|
16380
|
+
# @return [Array<String>]
|
16381
|
+
#
|
16162
16382
|
# @!attribute [rw] supports_global_databases
|
16163
16383
|
# A value that indicates whether you can use Aurora global databases
|
16164
16384
|
# with a specific combination of other DB engine attributes.
|
@@ -16193,6 +16413,7 @@ module Aws::RDS
|
|
16193
16413
|
:supports_storage_autoscaling,
|
16194
16414
|
:supports_kerberos_authentication,
|
16195
16415
|
:outpost_capable,
|
16416
|
+
:supported_activity_stream_modes,
|
16196
16417
|
:supports_global_databases)
|
16197
16418
|
SENSITIVE = []
|
16198
16419
|
include Aws::Structure
|
@@ -16224,8 +16445,8 @@ module Aws::RDS
|
|
16224
16445
|
|
16225
16446
|
# A data type that represents an Outpost.
|
16226
16447
|
#
|
16227
|
-
# For more information about RDS on Outposts, see [Amazon RDS on
|
16228
|
-
# Outposts][1] in the *Amazon RDS User Guide.*
|
16448
|
+
# For more information about RDS on Outposts, see [Amazon RDS on Amazon
|
16449
|
+
# Web Services Outposts][1] in the *Amazon RDS User Guide.*
|
16229
16450
|
#
|
16230
16451
|
#
|
16231
16452
|
#
|
@@ -16505,8 +16726,8 @@ module Aws::RDS
|
|
16505
16726
|
# @return [Array<Types::ProcessorFeature>]
|
16506
16727
|
#
|
16507
16728
|
# @!attribute [rw] iam_database_authentication_enabled
|
16508
|
-
# Whether mapping of
|
16509
|
-
# to database accounts is enabled.
|
16729
|
+
# Whether mapping of Amazon Web Services Identity and Access
|
16730
|
+
# Management (IAM) accounts to database accounts is enabled.
|
16510
16731
|
# @return [Boolean]
|
16511
16732
|
#
|
16512
16733
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PendingModifiedValues AWS API Documentation
|
@@ -16701,9 +16922,9 @@ module Aws::RDS
|
|
16701
16922
|
# parameter.
|
16702
16923
|
#
|
16703
16924
|
# The default is a 30-minute window selected at random from an 8-hour
|
16704
|
-
# block of time for each
|
16705
|
-
# see [ Adjusting the Preferred Maintenance
|
16706
|
-
# RDS User Guide.*
|
16925
|
+
# block of time for each Amazon Web Services Region. To see the time
|
16926
|
+
# blocks available, see [ Adjusting the Preferred Maintenance
|
16927
|
+
# Window][1] in the *Amazon RDS User Guide.*
|
16707
16928
|
#
|
16708
16929
|
# Constraints:
|
16709
16930
|
#
|
@@ -17219,8 +17440,8 @@ module Aws::RDS
|
|
17219
17440
|
# The unique identifier for the lease associated with the reserved DB
|
17220
17441
|
# instance.
|
17221
17442
|
#
|
17222
|
-
# <note markdown="1">
|
17223
|
-
# reserved DB instance.
|
17443
|
+
# <note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
|
17444
|
+
# related to a reserved DB instance.
|
17224
17445
|
#
|
17225
17446
|
# </note>
|
17226
17447
|
# @return [String]
|
@@ -17720,8 +17941,8 @@ module Aws::RDS
|
|
17720
17941
|
# parameter.
|
17721
17942
|
#
|
17722
17943
|
# The default is a 30-minute window selected at random from an 8-hour
|
17723
|
-
# block of time for each
|
17724
|
-
# available, see [ Backup window][1] in the *Amazon Aurora User
|
17944
|
+
# block of time for each Amazon Web Services Region. To view the time
|
17945
|
+
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
17725
17946
|
# Guide.*
|
17726
17947
|
#
|
17727
17948
|
# Constraints:
|
@@ -17746,9 +17967,10 @@ module Aws::RDS
|
|
17746
17967
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
17747
17968
|
#
|
17748
17969
|
# The default is a 30-minute window selected at random from an 8-hour
|
17749
|
-
# block of time for each
|
17750
|
-
# week. To see the time blocks available, see [
|
17751
|
-
# Preferred Maintenance Window][1] in the *Amazon Aurora
|
17970
|
+
# block of time for each Amazon Web Services Region, occurring on a
|
17971
|
+
# random day of the week. To see the time blocks available, see [
|
17972
|
+
# Adjusting the Preferred Maintenance Window][1] in the *Amazon Aurora
|
17973
|
+
# User Guide.*
|
17752
17974
|
#
|
17753
17975
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
17754
17976
|
#
|
@@ -17773,22 +17995,25 @@ module Aws::RDS
|
|
17773
17995
|
# @return [Boolean]
|
17774
17996
|
#
|
17775
17997
|
# @!attribute [rw] kms_key_id
|
17776
|
-
# The
|
17998
|
+
# The Amazon Web Services KMS key identifier for an encrypted DB
|
17999
|
+
# cluster.
|
17777
18000
|
#
|
17778
|
-
# The
|
17779
|
-
# alias name for the
|
17780
|
-
#
|
18001
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
18002
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
18003
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
18004
|
+
# account, specify the key ARN or alias ARN.
|
17781
18005
|
#
|
17782
18006
|
# If the StorageEncrypted parameter is enabled, and you do not specify
|
17783
18007
|
# a value for the `KmsKeyId` parameter, then Amazon RDS will use your
|
17784
|
-
# default CMK. There is a default CMK for your
|
17785
|
-
# account
|
18008
|
+
# default CMK. There is a default CMK for your Amazon Web Services
|
18009
|
+
# account. Your Amazon Web Services account has a different default
|
18010
|
+
# CMK for each Amazon Web Services Region.
|
17786
18011
|
# @return [String]
|
17787
18012
|
#
|
17788
18013
|
# @!attribute [rw] enable_iam_database_authentication
|
17789
|
-
# A value that indicates whether to enable mapping of
|
17790
|
-
# Access Management (IAM) accounts to database
|
17791
|
-
# mapping is disabled.
|
18014
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
18015
|
+
# Services Identity and Access Management (IAM) accounts to database
|
18016
|
+
# accounts. By default, mapping is disabled.
|
17792
18017
|
#
|
17793
18018
|
# For more information, see [ IAM Database Authentication][1] in the
|
17794
18019
|
# *Amazon Aurora User Guide.*
|
@@ -17826,9 +18051,9 @@ module Aws::RDS
|
|
17826
18051
|
# @return [String]
|
17827
18052
|
#
|
17828
18053
|
# @!attribute [rw] s3_ingestion_role_arn
|
17829
|
-
# The Amazon Resource Name (ARN) of the
|
17830
|
-
# Management (IAM) role that authorizes Amazon RDS to
|
17831
|
-
# Amazon S3 bucket on your behalf.
|
18054
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
18055
|
+
# and Access Management (IAM) role that authorizes Amazon RDS to
|
18056
|
+
# access the Amazon S3 bucket on your behalf.
|
17832
18057
|
# @return [String]
|
17833
18058
|
#
|
17834
18059
|
# @!attribute [rw] backtrack_window
|
@@ -18097,29 +18322,30 @@ module Aws::RDS
|
|
18097
18322
|
# @return [Array<Types::Tag>]
|
18098
18323
|
#
|
18099
18324
|
# @!attribute [rw] kms_key_id
|
18100
|
-
# The
|
18101
|
-
# cluster from a DB snapshot or DB cluster snapshot.
|
18325
|
+
# The Amazon Web Services KMS key identifier to use when restoring an
|
18326
|
+
# encrypted DB cluster from a DB snapshot or DB cluster snapshot.
|
18102
18327
|
#
|
18103
|
-
# The
|
18104
|
-
# alias name for the
|
18105
|
-
#
|
18328
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
18329
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
18330
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
18331
|
+
# account, specify the key ARN or alias ARN.
|
18106
18332
|
#
|
18107
18333
|
# When you don't specify a value for the `KmsKeyId` parameter, then
|
18108
18334
|
# the following occurs:
|
18109
18335
|
#
|
18110
18336
|
# * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier`
|
18111
18337
|
# is encrypted, then the restored DB cluster is encrypted using the
|
18112
|
-
#
|
18113
|
-
# snapshot.
|
18338
|
+
# Amazon Web Services KMS CMK that was used to encrypt the DB
|
18339
|
+
# snapshot or DB cluster snapshot.
|
18114
18340
|
#
|
18115
18341
|
# * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier`
|
18116
18342
|
# isn't encrypted, then the restored DB cluster isn't encrypted.
|
18117
18343
|
# @return [String]
|
18118
18344
|
#
|
18119
18345
|
# @!attribute [rw] enable_iam_database_authentication
|
18120
|
-
# A value that indicates whether to enable mapping of
|
18121
|
-
# Access Management (IAM) accounts to database
|
18122
|
-
# mapping is disabled.
|
18346
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
18347
|
+
# Services Identity and Access Management (IAM) accounts to database
|
18348
|
+
# accounts. By default, mapping is disabled.
|
18123
18349
|
#
|
18124
18350
|
# For more information, see [ IAM Database Authentication][1] in the
|
18125
18351
|
# *Amazon Aurora User Guide.*
|
@@ -18409,24 +18635,26 @@ module Aws::RDS
|
|
18409
18635
|
# @return [Array<Types::Tag>]
|
18410
18636
|
#
|
18411
18637
|
# @!attribute [rw] kms_key_id
|
18412
|
-
# The
|
18413
|
-
# cluster from an encrypted DB cluster.
|
18638
|
+
# The Amazon Web Services KMS key identifier to use when restoring an
|
18639
|
+
# encrypted DB cluster from an encrypted DB cluster.
|
18414
18640
|
#
|
18415
|
-
# The
|
18416
|
-
# alias name for the
|
18417
|
-
#
|
18641
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
18642
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
18643
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
18644
|
+
# account, specify the key ARN or alias ARN.
|
18418
18645
|
#
|
18419
18646
|
# You can restore to a new DB cluster and encrypt the new DB cluster
|
18420
|
-
# with a
|
18421
|
-
# encrypt the source DB cluster. The new
|
18422
|
-
#
|
18647
|
+
# with a Amazon Web Services KMS CMK that is different than the Amazon
|
18648
|
+
# Web Services KMS key used to encrypt the source DB cluster. The new
|
18649
|
+
# DB cluster is encrypted with the Amazon Web Services KMS CMK
|
18650
|
+
# identified by the `KmsKeyId` parameter.
|
18423
18651
|
#
|
18424
18652
|
# If you don't specify a value for the `KmsKeyId` parameter, then the
|
18425
18653
|
# following occurs:
|
18426
18654
|
#
|
18427
18655
|
# * If the DB cluster is encrypted, then the restored DB cluster is
|
18428
|
-
# encrypted using the
|
18429
|
-
# source DB cluster.
|
18656
|
+
# encrypted using the Amazon Web Services KMS CMK that was used to
|
18657
|
+
# encrypt the source DB cluster.
|
18430
18658
|
#
|
18431
18659
|
# * If the DB cluster isn't encrypted, then the restored DB cluster
|
18432
18660
|
# isn't encrypted.
|
@@ -18436,9 +18664,9 @@ module Aws::RDS
|
|
18436
18664
|
# @return [String]
|
18437
18665
|
#
|
18438
18666
|
# @!attribute [rw] enable_iam_database_authentication
|
18439
|
-
# A value that indicates whether to enable mapping of
|
18440
|
-
# Access Management (IAM) accounts to database
|
18441
|
-
# mapping is disabled.
|
18667
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
18668
|
+
# Services Identity and Access Management (IAM) accounts to database
|
18669
|
+
# accounts. By default, mapping is disabled.
|
18442
18670
|
#
|
18443
18671
|
# For more information, see [ IAM Database Authentication][1] in the
|
18444
18672
|
# *Amazon Aurora User Guide.*
|
@@ -18657,9 +18885,9 @@ module Aws::RDS
|
|
18657
18885
|
# @!attribute [rw] db_instance_class
|
18658
18886
|
# The compute and memory capacity of the Amazon RDS DB instance, for
|
18659
18887
|
# example, `db.m4.large`. Not all DB instance classes are available in
|
18660
|
-
# all
|
18661
|
-
# DB instance classes, and availability for your
|
18662
|
-
# Instance Class][1] in the *Amazon RDS User Guide.*
|
18888
|
+
# all Amazon Web Services Regions, or for all database engines. For
|
18889
|
+
# the full list of DB instance classes, and availability for your
|
18890
|
+
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
18663
18891
|
#
|
18664
18892
|
# Default: The same DBInstanceClass as the original DB instance.
|
18665
18893
|
#
|
@@ -18761,11 +18989,11 @@ module Aws::RDS
|
|
18761
18989
|
#
|
18762
18990
|
# * `oracle-ee`
|
18763
18991
|
#
|
18764
|
-
# * `oracle-
|
18992
|
+
# * `oracle-ee-cdb`
|
18765
18993
|
#
|
18766
|
-
# * `oracle-
|
18994
|
+
# * `oracle-se2`
|
18767
18995
|
#
|
18768
|
-
# * `oracle-
|
18996
|
+
# * `oracle-se2-cdb`
|
18769
18997
|
#
|
18770
18998
|
# * `postgres`
|
18771
18999
|
#
|
@@ -18872,9 +19100,9 @@ module Aws::RDS
|
|
18872
19100
|
# @return [String]
|
18873
19101
|
#
|
18874
19102
|
# @!attribute [rw] enable_iam_database_authentication
|
18875
|
-
# A value that indicates whether to enable mapping of
|
18876
|
-
# Access Management (IAM) accounts to database
|
18877
|
-
# mapping is disabled.
|
19103
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
19104
|
+
# Services Identity and Access Management (IAM) accounts to database
|
19105
|
+
# accounts. By default, mapping is disabled.
|
18878
19106
|
#
|
18879
19107
|
# For more information about IAM database authentication, see [ IAM
|
18880
19108
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -18946,10 +19174,11 @@ module Aws::RDS
|
|
18946
19174
|
# local network.
|
18947
19175
|
#
|
18948
19176
|
# For more information about RDS on Outposts, see [Working with Amazon
|
18949
|
-
# RDS on
|
19177
|
+
# RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
|
19178
|
+
# Guide*.
|
18950
19179
|
#
|
18951
19180
|
# For more information about CoIPs, see [Customer-owned IP
|
18952
|
-
# addresses][2] in the *
|
19181
|
+
# addresses][2] in the *Amazon Web Services Outposts User Guide*.
|
18953
19182
|
#
|
18954
19183
|
#
|
18955
19184
|
#
|
@@ -19102,10 +19331,10 @@ module Aws::RDS
|
|
19102
19331
|
#
|
19103
19332
|
# @!attribute [rw] db_instance_class
|
19104
19333
|
# The compute and memory capacity of the DB instance, for example,
|
19105
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
19106
|
-
# Regions, or for all database engines. For the
|
19107
|
-
# instance classes, and availability for your engine,
|
19108
|
-
# Class][1] in the *Amazon RDS User Guide.*
|
19334
|
+
# `db.m4.large`. Not all DB instance classes are available in all
|
19335
|
+
# Amazon Web Services Regions, or for all database engines. For the
|
19336
|
+
# full list of DB instance classes, and availability for your engine,
|
19337
|
+
# see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
19109
19338
|
#
|
19110
19339
|
# Importing from Amazon S3 isn't supported on the db.t2.micro DB
|
19111
19340
|
# instance class.
|
@@ -19152,17 +19381,19 @@ module Aws::RDS
|
|
19152
19381
|
#
|
19153
19382
|
# @!attribute [rw] availability_zone
|
19154
19383
|
# The Availability Zone that the DB instance is created in. For
|
19155
|
-
# information about
|
19156
|
-
# and Availability Zones][1] in the *Amazon RDS
|
19384
|
+
# information about Amazon Web Services Regions and Availability
|
19385
|
+
# Zones, see [Regions and Availability Zones][1] in the *Amazon RDS
|
19386
|
+
# User Guide.*
|
19157
19387
|
#
|
19158
19388
|
# Default: A random, system-chosen Availability Zone in the
|
19159
|
-
# endpoint's
|
19389
|
+
# endpoint's Amazon Web Services Region.
|
19160
19390
|
#
|
19161
19391
|
# Example: `us-east-1d`
|
19162
19392
|
#
|
19163
19393
|
# Constraint: The `AvailabilityZone` parameter can't be specified if
|
19164
19394
|
# the DB instance is a Multi-AZ deployment. The specified Availability
|
19165
|
-
# Zone must be in the same
|
19395
|
+
# Zone must be in the same Amazon Web Services Region as the current
|
19396
|
+
# endpoint.
|
19166
19397
|
#
|
19167
19398
|
#
|
19168
19399
|
#
|
@@ -19324,16 +19555,19 @@ module Aws::RDS
|
|
19324
19555
|
# @return [Boolean]
|
19325
19556
|
#
|
19326
19557
|
# @!attribute [rw] kms_key_id
|
19327
|
-
# The
|
19558
|
+
# The Amazon Web Services KMS key identifier for an encrypted DB
|
19559
|
+
# instance.
|
19328
19560
|
#
|
19329
|
-
# The
|
19330
|
-
# alias name for the
|
19331
|
-
#
|
19561
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
19562
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
19563
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
19564
|
+
# account, specify the key ARN or alias ARN.
|
19332
19565
|
#
|
19333
19566
|
# If the `StorageEncrypted` parameter is enabled, and you do not
|
19334
19567
|
# specify a value for the `KmsKeyId` parameter, then Amazon RDS will
|
19335
|
-
# use your default CMK. There is a default CMK for your
|
19336
|
-
# Your
|
19568
|
+
# use your default CMK. There is a default CMK for your Amazon Web
|
19569
|
+
# Services account. Your Amazon Web Services account has a different
|
19570
|
+
# default CMK for each Amazon Web Services Region.
|
19337
19571
|
# @return [String]
|
19338
19572
|
#
|
19339
19573
|
# @!attribute [rw] copy_tags_to_snapshot
|
@@ -19370,9 +19604,9 @@ module Aws::RDS
|
|
19370
19604
|
# @return [String]
|
19371
19605
|
#
|
19372
19606
|
# @!attribute [rw] enable_iam_database_authentication
|
19373
|
-
# A value that indicates whether to enable mapping of
|
19374
|
-
# Access Management (IAM) accounts to database
|
19375
|
-
# mapping is disabled.
|
19607
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
19608
|
+
# Services Identity and Access Management (IAM) accounts to database
|
19609
|
+
# accounts. By default, mapping is disabled.
|
19376
19610
|
#
|
19377
19611
|
# For more information about IAM database authentication, see [ IAM
|
19378
19612
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -19407,8 +19641,8 @@ module Aws::RDS
|
|
19407
19641
|
# @return [String]
|
19408
19642
|
#
|
19409
19643
|
# @!attribute [rw] s3_ingestion_role_arn
|
19410
|
-
# An
|
19411
|
-
# to access your Amazon S3 bucket.
|
19644
|
+
# An Amazon Web Services Identity and Access Management (IAM) role to
|
19645
|
+
# allow Amazon RDS to access your Amazon S3 bucket.
|
19412
19646
|
# @return [String]
|
19413
19647
|
#
|
19414
19648
|
# @!attribute [rw] enable_performance_insights
|
@@ -19424,16 +19658,17 @@ module Aws::RDS
|
|
19424
19658
|
# @return [Boolean]
|
19425
19659
|
#
|
19426
19660
|
# @!attribute [rw] performance_insights_kms_key_id
|
19427
|
-
# The
|
19428
|
-
# data.
|
19661
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
19662
|
+
# Performance Insights data.
|
19429
19663
|
#
|
19430
|
-
# The
|
19431
|
-
# alias name for the
|
19664
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
19665
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
19666
|
+
# master key (CMK).
|
19432
19667
|
#
|
19433
19668
|
# If you do not specify a value for `PerformanceInsightsKMSKeyId`,
|
19434
19669
|
# then Amazon RDS uses your default CMK. There is a default CMK for
|
19435
|
-
# your
|
19436
|
-
# each
|
19670
|
+
# your Amazon Web Services account. Your Amazon Web Services account
|
19671
|
+
# has a different default CMK for each Amazon Web Services Region.
|
19437
19672
|
# @return [String]
|
19438
19673
|
#
|
19439
19674
|
# @!attribute [rw] performance_insights_retention_period
|
@@ -19652,9 +19887,9 @@ module Aws::RDS
|
|
19652
19887
|
# @!attribute [rw] db_instance_class
|
19653
19888
|
# The compute and memory capacity of the Amazon RDS DB instance, for
|
19654
19889
|
# example, `db.m4.large`. Not all DB instance classes are available in
|
19655
|
-
# all
|
19656
|
-
# DB instance classes, and availability for your
|
19657
|
-
# Instance Class][1] in the *Amazon RDS User Guide.*
|
19890
|
+
# all Amazon Web Services Regions, or for all database engines. For
|
19891
|
+
# the full list of DB instance classes, and availability for your
|
19892
|
+
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
19658
19893
|
#
|
19659
19894
|
# Default: The same DBInstanceClass as the original DB instance.
|
19660
19895
|
#
|
@@ -19753,11 +19988,11 @@ module Aws::RDS
|
|
19753
19988
|
#
|
19754
19989
|
# * `oracle-ee`
|
19755
19990
|
#
|
19756
|
-
# * `oracle-
|
19991
|
+
# * `oracle-ee-cdb`
|
19757
19992
|
#
|
19758
|
-
# * `oracle-
|
19993
|
+
# * `oracle-se2`
|
19759
19994
|
#
|
19760
|
-
# * `oracle-
|
19995
|
+
# * `oracle-se2-cdb`
|
19761
19996
|
#
|
19762
19997
|
# * `postgres`
|
19763
19998
|
#
|
@@ -19856,9 +20091,9 @@ module Aws::RDS
|
|
19856
20091
|
# @return [String]
|
19857
20092
|
#
|
19858
20093
|
# @!attribute [rw] enable_iam_database_authentication
|
19859
|
-
# A value that indicates whether to enable mapping of
|
19860
|
-
# Access Management (IAM) accounts to database
|
19861
|
-
# mapping is disabled.
|
20094
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
20095
|
+
# Services Identity and Access Management (IAM) accounts to database
|
20096
|
+
# accounts. By default, mapping is disabled.
|
19862
20097
|
#
|
19863
20098
|
# For more information about IAM database authentication, see [ IAM
|
19864
20099
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -19953,10 +20188,11 @@ module Aws::RDS
|
|
19953
20188
|
# local network.
|
19954
20189
|
#
|
19955
20190
|
# For more information about RDS on Outposts, see [Working with Amazon
|
19956
|
-
# RDS on
|
20191
|
+
# RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
|
20192
|
+
# Guide*.
|
19957
20193
|
#
|
19958
20194
|
# For more information about CoIPs, see [Customer-owned IP
|
19959
|
-
# addresses][2] in the *
|
20195
|
+
# addresses][2] in the *Amazon Web Services Outposts User Guide*.
|
19960
20196
|
#
|
19961
20197
|
#
|
19962
20198
|
#
|
@@ -20075,12 +20311,12 @@ module Aws::RDS
|
|
20075
20311
|
# @return [String]
|
20076
20312
|
#
|
20077
20313
|
# @!attribute [rw] ec2_security_group_owner_id
|
20078
|
-
# The
|
20079
|
-
# specified in the `EC2SecurityGroupName` parameter.
|
20080
|
-
# key ID isn't an acceptable value.
|
20081
|
-
# `EC2SecurityGroupId` must be provided.
|
20082
|
-
# EC2SecurityGroupOwnerId and either `EC2SecurityGroupName`
|
20083
|
-
# `EC2SecurityGroupId` must be provided.
|
20314
|
+
# The Amazon Web Services account number of the owner of the EC2
|
20315
|
+
# security group specified in the `EC2SecurityGroupName` parameter.
|
20316
|
+
# The Amazon Web Services access key ID isn't an acceptable value.
|
20317
|
+
# For VPC DB security groups, `EC2SecurityGroupId` must be provided.
|
20318
|
+
# Otherwise, EC2SecurityGroupOwnerId and either `EC2SecurityGroupName`
|
20319
|
+
# or `EC2SecurityGroupId` must be provided.
|
20084
20320
|
# @return [String]
|
20085
20321
|
#
|
20086
20322
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RevokeDBSecurityGroupIngressMessage AWS API Documentation
|
@@ -20192,6 +20428,8 @@ module Aws::RDS
|
|
20192
20428
|
# @!attribute [rw] seconds_until_auto_pause
|
20193
20429
|
# The time, in seconds, before an Aurora DB cluster in `serverless`
|
20194
20430
|
# mode is paused.
|
20431
|
+
#
|
20432
|
+
# Specify a value between 300 and 86,400 seconds.
|
20195
20433
|
# @return [Integer]
|
20196
20434
|
#
|
20197
20435
|
# @!attribute [rw] timeout_action
|
@@ -20298,24 +20536,24 @@ module Aws::RDS
|
|
20298
20536
|
#
|
20299
20537
|
class SourceNotFoundFault < Aws::EmptyStructure; end
|
20300
20538
|
|
20301
|
-
# Contains an
|
20302
|
-
# `DescribeSourceRegions` action.
|
20539
|
+
# Contains an Amazon Web Services Region name as the result of a
|
20540
|
+
# successful call to the `DescribeSourceRegions` action.
|
20303
20541
|
#
|
20304
20542
|
# @!attribute [rw] region_name
|
20305
|
-
# The name of the source
|
20543
|
+
# The name of the source Amazon Web Services Region.
|
20306
20544
|
# @return [String]
|
20307
20545
|
#
|
20308
20546
|
# @!attribute [rw] endpoint
|
20309
|
-
# The endpoint for the source
|
20547
|
+
# The endpoint for the source Amazon Web Services Region endpoint.
|
20310
20548
|
# @return [String]
|
20311
20549
|
#
|
20312
20550
|
# @!attribute [rw] status
|
20313
|
-
# The status of the source
|
20551
|
+
# The status of the source Amazon Web Services Region.
|
20314
20552
|
# @return [String]
|
20315
20553
|
#
|
20316
20554
|
# @!attribute [rw] supports_db_instance_automated_backups_replication
|
20317
|
-
# Whether the source
|
20318
|
-
# to the current
|
20555
|
+
# Whether the source Amazon Web Services Region supports replicating
|
20556
|
+
# automated backups to the current Amazon Web Services Region.
|
20319
20557
|
# @return [Boolean]
|
20320
20558
|
#
|
20321
20559
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SourceRegion AWS API Documentation
|
@@ -20339,9 +20577,9 @@ module Aws::RDS
|
|
20339
20577
|
# @return [String]
|
20340
20578
|
#
|
20341
20579
|
# @!attribute [rw] source_regions
|
20342
|
-
# A list of SourceRegion instances that contains each source
|
20343
|
-
# Region that the current
|
20344
|
-
# snapshot from.
|
20580
|
+
# A list of SourceRegion instances that contains each source Amazon
|
20581
|
+
# Web Services Region that the current Amazon Web Services Region can
|
20582
|
+
# get a read replica or a DB snapshot from.
|
20345
20583
|
# @return [Array<Types::SourceRegion>]
|
20346
20584
|
#
|
20347
20585
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SourceRegionMessage AWS API Documentation
|
@@ -20361,6 +20599,7 @@ module Aws::RDS
|
|
20361
20599
|
# mode: "sync", # required, accepts sync, async
|
20362
20600
|
# kms_key_id: "String", # required
|
20363
20601
|
# apply_immediately: false,
|
20602
|
+
# engine_native_audit_fields_included: false,
|
20364
20603
|
# }
|
20365
20604
|
#
|
20366
20605
|
# @!attribute [rw] resource_arn
|
@@ -20376,9 +20615,10 @@ module Aws::RDS
|
|
20376
20615
|
# @return [String]
|
20377
20616
|
#
|
20378
20617
|
# @!attribute [rw] kms_key_id
|
20379
|
-
# The
|
20380
|
-
# activity stream. The
|
20381
|
-
# alias ARN, or alias name for the
|
20618
|
+
# The Amazon Web Services KMS key identifier for encrypting messages
|
20619
|
+
# in the database activity stream. The Amazon Web Services KMS key
|
20620
|
+
# identifier is the key ARN, key ID, alias ARN, or alias name for the
|
20621
|
+
# Amazon Web Services KMS customer master key (CMK).
|
20382
20622
|
# @return [String]
|
20383
20623
|
#
|
20384
20624
|
# @!attribute [rw] apply_immediately
|
@@ -20387,20 +20627,27 @@ module Aws::RDS
|
|
20387
20627
|
# database.
|
20388
20628
|
# @return [Boolean]
|
20389
20629
|
#
|
20630
|
+
# @!attribute [rw] engine_native_audit_fields_included
|
20631
|
+
# Specifies whether the database activity stream includes
|
20632
|
+
# engine-native audit fields. This option only applies to an Oracle DB
|
20633
|
+
# instance. By default, no engine-native audit fields are included.
|
20634
|
+
# @return [Boolean]
|
20635
|
+
#
|
20390
20636
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartActivityStreamRequest AWS API Documentation
|
20391
20637
|
#
|
20392
20638
|
class StartActivityStreamRequest < Struct.new(
|
20393
20639
|
:resource_arn,
|
20394
20640
|
:mode,
|
20395
20641
|
:kms_key_id,
|
20396
|
-
:apply_immediately
|
20642
|
+
:apply_immediately,
|
20643
|
+
:engine_native_audit_fields_included)
|
20397
20644
|
SENSITIVE = []
|
20398
20645
|
include Aws::Structure
|
20399
20646
|
end
|
20400
20647
|
|
20401
20648
|
# @!attribute [rw] kms_key_id
|
20402
|
-
# The
|
20403
|
-
# database activity stream.
|
20649
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
20650
|
+
# messages in the database activity stream.
|
20404
20651
|
# @return [String]
|
20405
20652
|
#
|
20406
20653
|
# @!attribute [rw] kinesis_stream_name
|
@@ -20422,6 +20669,11 @@ module Aws::RDS
|
|
20422
20669
|
# database.
|
20423
20670
|
# @return [Boolean]
|
20424
20671
|
#
|
20672
|
+
# @!attribute [rw] engine_native_audit_fields_included
|
20673
|
+
# Indicates whether engine-native audit fields are included in the
|
20674
|
+
# database activity stream.
|
20675
|
+
# @return [Boolean]
|
20676
|
+
#
|
20425
20677
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartActivityStreamResponse AWS API Documentation
|
20426
20678
|
#
|
20427
20679
|
class StartActivityStreamResponse < Struct.new(
|
@@ -20429,7 +20681,8 @@ module Aws::RDS
|
|
20429
20681
|
:kinesis_stream_name,
|
20430
20682
|
:status,
|
20431
20683
|
:mode,
|
20432
|
-
:apply_immediately
|
20684
|
+
:apply_immediately,
|
20685
|
+
:engine_native_audit_fields_included)
|
20433
20686
|
SENSITIVE = []
|
20434
20687
|
include Aws::Structure
|
20435
20688
|
end
|
@@ -20491,20 +20744,21 @@ module Aws::RDS
|
|
20491
20744
|
# @return [Integer]
|
20492
20745
|
#
|
20493
20746
|
# @!attribute [rw] kms_key_id
|
20494
|
-
# The
|
20495
|
-
# automated backups. The KMS key ID is the Amazon Resource
|
20496
|
-
# for the KMS encryption key in the destination
|
20497
|
-
# example,
|
20747
|
+
# The Amazon Web Services KMS key identifier for encryption of the
|
20748
|
+
# replicated automated backups. The KMS key ID is the Amazon Resource
|
20749
|
+
# Name (ARN) for the KMS encryption key in the destination Amazon Web
|
20750
|
+
# Services Region, for example,
|
20498
20751
|
# `arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`.
|
20499
20752
|
# @return [String]
|
20500
20753
|
#
|
20501
20754
|
# @!attribute [rw] pre_signed_url
|
20502
20755
|
# A URL that contains a Signature Version 4 signed request for the
|
20503
20756
|
# StartDBInstanceAutomatedBackupsReplication action to be called in
|
20504
|
-
# the
|
20505
|
-
# a valid request for the
|
20506
|
-
# API action that can be
|
20507
|
-
#
|
20757
|
+
# the Amazon Web Services Region of the source DB instance. The
|
20758
|
+
# presigned URL must be a valid request for the
|
20759
|
+
# StartDBInstanceAutomatedBackupsReplication API action that can be
|
20760
|
+
# executed in the Amazon Web Services Region that contains the source
|
20761
|
+
# DB instance.
|
20508
20762
|
# @return [String]
|
20509
20763
|
#
|
20510
20764
|
# @!attribute [rw] source_region
|
@@ -20606,12 +20860,13 @@ module Aws::RDS
|
|
20606
20860
|
# @return [String]
|
20607
20861
|
#
|
20608
20862
|
# @!attribute [rw] kms_key_id
|
20609
|
-
# The ID of the
|
20610
|
-
# the snapshot exported to Amazon S3. The
|
20611
|
-
# the key ARN, key ID, alias ARN, or
|
20612
|
-
#
|
20613
|
-
#
|
20614
|
-
# the
|
20863
|
+
# The ID of the Amazon Web Services KMS customer master key (CMK) to
|
20864
|
+
# use to encrypt the snapshot exported to Amazon S3. The Amazon Web
|
20865
|
+
# Services KMS key identifier is the key ARN, key ID, alias ARN, or
|
20866
|
+
# alias name for the Amazon Web Services KMS customer master key
|
20867
|
+
# (CMK). The caller of this operation must be authorized to execute
|
20868
|
+
# the following operations. These can be set in the Amazon Web
|
20869
|
+
# Services KMS key policy:
|
20615
20870
|
#
|
20616
20871
|
# * GrantOperation.Encrypt
|
20617
20872
|
#
|
@@ -20701,11 +20956,12 @@ module Aws::RDS
|
|
20701
20956
|
end
|
20702
20957
|
|
20703
20958
|
# @!attribute [rw] kms_key_id
|
20704
|
-
# The
|
20705
|
-
# database activity stream.
|
20959
|
+
# The Amazon Web Services KMS key identifier used for encrypting
|
20960
|
+
# messages in the database activity stream.
|
20706
20961
|
#
|
20707
|
-
# The
|
20708
|
-
# alias name for the
|
20962
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
20963
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
20964
|
+
# master key (CMK).
|
20709
20965
|
# @return [String]
|
20710
20966
|
#
|
20711
20967
|
# @!attribute [rw] kinesis_stream_name
|
@@ -20870,8 +21126,8 @@ module Aws::RDS
|
|
20870
21126
|
# If the subnet is associated with an Outpost, this value specifies
|
20871
21127
|
# the Outpost.
|
20872
21128
|
#
|
20873
|
-
# For more information about RDS on Outposts, see [Amazon RDS on
|
20874
|
-
# Outposts][1] in the *Amazon RDS User Guide.*
|
21129
|
+
# For more information about RDS on Outposts, see [Amazon RDS on
|
21130
|
+
# Amazon Web Services Outposts][1] in the *Amazon RDS User Guide.*
|
20875
21131
|
#
|
20876
21132
|
#
|
20877
21133
|
#
|
@@ -20931,7 +21187,7 @@ module Aws::RDS
|
|
20931
21187
|
# @!attribute [rw] key
|
20932
21188
|
# A key is the required name of the tag. The string value can be from
|
20933
21189
|
# 1 to 128 Unicode characters in length and can't be prefixed with
|
20934
|
-
#
|
21190
|
+
# `aws:` or `rds:`. The string can only contain only the set of
|
20935
21191
|
# Unicode letters, digits, white-space, '\_', '.', ':', '/',
|
20936
21192
|
# '=', '+', '-', '@' (Java regex:
|
20937
21193
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-@\]*)$").
|
@@ -20940,9 +21196,9 @@ module Aws::RDS
|
|
20940
21196
|
# @!attribute [rw] value
|
20941
21197
|
# A value is the optional value of the tag. The string value can be
|
20942
21198
|
# from 1 to 256 Unicode characters in length and can't be prefixed
|
20943
|
-
# with
|
20944
|
-
#
|
20945
|
-
# '
|
21199
|
+
# with `aws:` or `rds:`. The string can only contain only the set of
|
21200
|
+
# Unicode letters, digits, white-space, '\_', '.', ':', '/',
|
21201
|
+
# '=', '+', '-', '@' (Java regex:
|
20946
21202
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-@\]*)$").
|
20947
21203
|
# @return [String]
|
20948
21204
|
#
|
@@ -21104,8 +21360,8 @@ module Aws::RDS
|
|
21104
21360
|
# @return [String]
|
21105
21361
|
#
|
21106
21362
|
# @!attribute [rw] iam_auth
|
21107
|
-
# Whether to require or disallow
|
21108
|
-
# (IAM) authentication for connections to the proxy.
|
21363
|
+
# Whether to require or disallow Amazon Web Services Identity and
|
21364
|
+
# Access Management (IAM) authentication for connections to the proxy.
|
21109
21365
|
# @return [String]
|
21110
21366
|
#
|
21111
21367
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/UserAuthConfig AWS API Documentation
|
@@ -21144,8 +21400,8 @@ module Aws::RDS
|
|
21144
21400
|
# @return [String]
|
21145
21401
|
#
|
21146
21402
|
# @!attribute [rw] iam_auth
|
21147
|
-
# Whether to require or disallow
|
21148
|
-
# (IAM) authentication for connections to the proxy.
|
21403
|
+
# Whether to require or disallow Amazon Web Services Identity and
|
21404
|
+
# Access Management (IAM) authentication for connections to the proxy.
|
21149
21405
|
# @return [String]
|
21150
21406
|
#
|
21151
21407
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/UserAuthConfigInfo AWS API Documentation
|
@@ -21242,7 +21498,7 @@ module Aws::RDS
|
|
21242
21498
|
end
|
21243
21499
|
|
21244
21500
|
# Information about the virtual private network (VPN) between the VMware
|
21245
|
-
# vSphere cluster and the
|
21501
|
+
# vSphere cluster and the Amazon Web Services website.
|
21246
21502
|
#
|
21247
21503
|
# For more information about RDS on VMware, see the [ RDS on VMware User
|
21248
21504
|
# Guide.][1]
|
@@ -21261,8 +21517,8 @@ module Aws::RDS
|
|
21261
21517
|
# @return [String]
|
21262
21518
|
#
|
21263
21519
|
# @!attribute [rw] vpn_gateway_ip
|
21264
|
-
# The IP address of network traffic from
|
21265
|
-
# center.
|
21520
|
+
# The IP address of network traffic from Amazon Web Services to your
|
21521
|
+
# on-premises data center.
|
21266
21522
|
# @return [String]
|
21267
21523
|
#
|
21268
21524
|
# @!attribute [rw] vpn_psk
|