|
3862 | 3862 | "MasterUserSecretKmsKeyId":{
|
3863 | 3863 | "shape":"String",
|
3864 | 3864 | "documentation":"<p>The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.</p> <p>This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB cluster.</p> <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.</p> <p>If you don't specify <code>MasterUserSecretKmsKeyId</code>, then the <code>aws/secretsmanager</code> KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the <code>aws/secretsmanager</code> KMS key to encrypt the secret, and you must use a customer managed KMS key.</p> <p>There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.</p> <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>"
|
| 3865 | + }, |
| 3866 | + "EnableLocalWriteForwarding":{ |
| 3867 | + "shape":"BooleanOptional", |
| 3868 | + "documentation":"<p>Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p> <p>Valid for: Aurora DB clusters only</p>" |
3865 | 3869 | }
|
3866 | 3870 | },
|
3867 | 3871 | "documentation":"<p/>"
|
|
5074 | 5078 | "IOOptimizedNextAllowedModificationTime":{
|
5075 | 5079 | "shape":"TStamp",
|
5076 | 5080 | "documentation":"<p>The next time you can modify the DB cluster to use the <code>aurora-iopt1</code> storage type.</p> <p>This setting is only for Aurora DB clusters.</p>"
|
| 5081 | + }, |
| 5082 | + "LocalWriteForwardingStatus":{ |
| 5083 | + "shape":"LocalWriteForwardingStatus", |
| 5084 | + "documentation":"<p>Specifies whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process of enabling it.</p>" |
5077 | 5085 | }
|
5078 | 5086 | },
|
5079 | 5087 | "documentation":"<p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p> <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>, <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>, <code>RestoreDBClusterFromS3</code>, <code>RestoreDBClusterFromSnapshot</code>, <code>RestoreDBClusterToPointInTime</code>, <code>StartDBCluster</code>, and <code>StopDBCluster</code>.</p> <p>For a Multi-AZ DB cluster, this data type is used as a response element in the operations <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>, <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>RebootDBCluster</code>, <code>RestoreDBClusterFromSnapshot</code>, and <code>RestoreDBClusterToPointInTime</code>.</p> <p>For more information on Amazon Aurora DB clusters, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html\"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i> </p> <p>For more information on Multi-AZ DB clusters, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html\"> Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i> </p>",
|
|
5828 | 5836 | "SupportedCACertificateIdentifiers":{
|
5829 | 5837 | "shape":"CACertificateIdentifiersList",
|
5830 | 5838 | "documentation":"<p>A list of the supported CA certificate identifiers.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html\">Using SSL/TLS to encrypt a connection to a DB instance</a> in the <i>Amazon RDS User Guide</i> and <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html\"> Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>"
|
| 5839 | + }, |
| 5840 | + "SupportsLocalWriteForwarding":{ |
| 5841 | + "shape":"BooleanOptional", |
| 5842 | + "documentation":"<p>A value that indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p> <p>Valid for: Aurora DB clusters only</p>" |
5831 | 5843 | }
|
5832 | 5844 | },
|
5833 | 5845 | "documentation":"<p>This data type is used as a response element in the action <code>DescribeDBEngineVersions</code>.</p>"
|
|
10174 | 10186 | },
|
10175 | 10187 | "documentation":"<p/>"
|
10176 | 10188 | },
|
| 10189 | + "LocalWriteForwardingStatus":{ |
| 10190 | + "type":"string", |
| 10191 | + "enum":[ |
| 10192 | + "enabled", |
| 10193 | + "disabled", |
| 10194 | + "enabling", |
| 10195 | + "disabling", |
| 10196 | + "requested" |
| 10197 | + ] |
| 10198 | + }, |
10177 | 10199 | "LogTypeList":{
|
10178 | 10200 | "type":"list",
|
10179 | 10201 | "member":{"shape":"String"}
|
|
10518 | 10540 | "AllowEngineModeChange":{
|
10519 | 10541 | "shape":"Boolean",
|
10520 | 10542 | "documentation":"<p>Specifies whether engine mode changes from <code>serverless</code> to <code>provisioned</code> are allowed.</p> <p>Valid for Cluster Type: Aurora Serverless v1 DB clusters only</p> <p>Constraints:</p> <ul> <li> <p>You must allow engine mode changes when specifying a different value for the <code>EngineMode</code> parameter from the DB cluster's current engine mode.</p> </li> </ul>"
|
| 10543 | + }, |
| 10544 | + "EnableLocalWriteForwarding":{ |
| 10545 | + "shape":"BooleanOptional", |
| 10546 | + "documentation":"<p>Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p> <p>Valid for: Aurora DB clusters only</p>" |
10521 | 10547 | }
|
10522 | 10548 | },
|
10523 | 10549 | "documentation":"<p/>"
|
|
14477 | 14503 | "SupportsBabelfish":{
|
14478 | 14504 | "shape":"BooleanOptional",
|
14479 | 14505 | "documentation":"<p>A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.</p>"
|
| 14506 | + }, |
| 14507 | + "SupportsLocalWriteForwarding":{ |
| 14508 | + "shape":"BooleanOptional", |
| 14509 | + "documentation":"<p>A value that indicates whether the target engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p> <p>Valid for: Aurora DB clusters only</p>" |
14480 | 14510 | }
|
14481 | 14511 | },
|
14482 | 14512 | "documentation":"<p>The version of the database engine that a DB instance can be upgraded to.</p>"
|
|
0 commit comments