|
5852 | 5852 | "shape":"Boolean", |
5853 | 5853 | "documentation":"<p>Indicates whether the DB cluster is encrypted.</p>" |
5854 | 5854 | }, |
| 5855 | + "StorageEncryptionType":{ |
| 5856 | + "shape":"StorageEncryptionType", |
| 5857 | + "documentation":"<p>The type of encryption used to protect data at rest in the DB cluster. Possible values:</p> <ul> <li> <p> <code>none</code> - The DB cluster is not encrypted.</p> </li> <li> <p> <code>sse-rds</code> - The DB cluster is encrypted using an Amazon Web Services owned KMS key.</p> </li> <li> <p> <code>sse-kms</code> - The DB cluster is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.</p> </li> </ul>" |
| 5858 | + }, |
5855 | 5859 | "KmsKeyId":{ |
5856 | 5860 | "shape":"String", |
5857 | 5861 | "documentation":"<p>If <code>StorageEncrypted</code> is enabled, the Amazon Web Services KMS key identifier for the encrypted 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.</p>" |
|
6123 | 6127 | "shape":"Boolean", |
6124 | 6128 | "documentation":"<p>Indicates whether the source DB cluster is encrypted.</p>" |
6125 | 6129 | }, |
| 6130 | + "StorageEncryptionType":{ |
| 6131 | + "shape":"StorageEncryptionType", |
| 6132 | + "documentation":"<p>The type of encryption used to protect data at rest in the automated backup. Possible values:</p> <ul> <li> <p> <code>none</code> - The automated backup is not encrypted.</p> </li> <li> <p> <code>sse-rds</code> - The automated backup is encrypted using an Amazon Web Services owned KMS key.</p> </li> <li> <p> <code>sse-kms</code> - The automated backup is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.</p> </li> </ul>" |
| 6133 | + }, |
6126 | 6134 | "AllocatedStorage":{ |
6127 | 6135 | "shape":"Integer", |
6128 | 6136 | "documentation":"<p>For all database engines except Amazon Aurora, <code>AllocatedStorage</code> specifies the allocated storage size in gibibytes (GiB). For Aurora, <code>AllocatedStorage</code> always returns 1, because Aurora DB cluster storage size isn't fixed, but instead automatically adjusts as needed.</p>" |
|
6716 | 6724 | "shape":"Boolean", |
6717 | 6725 | "documentation":"<p>Indicates whether the DB cluster snapshot is encrypted.</p>" |
6718 | 6726 | }, |
| 6727 | + "StorageEncryptionType":{ |
| 6728 | + "shape":"StorageEncryptionType", |
| 6729 | + "documentation":"<p>The type of encryption used to protect data at rest in the DB cluster snapshot. Possible values:</p> <ul> <li> <p> <code>none</code> - The DB cluster snapshot is not encrypted.</p> </li> <li> <p> <code>sse-rds</code> - The DB cluster snapshot is encrypted using an Amazon Web Services owned KMS key.</p> </li> <li> <p> <code>sse-kms</code> - The DB cluster snapshot is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.</p> </li> </ul>" |
| 6730 | + }, |
6719 | 6731 | "BackupRetentionPeriod":{ |
6720 | 6732 | "shape":"IntegerOptional", |
6721 | 6733 | "documentation":"<p>The number of days for which automatic DB snapshots are retained.</p>" |
|
7192 | 7204 | "shape":"String", |
7193 | 7205 | "documentation":"<p>The storage type associated with the DB instance.</p>" |
7194 | 7206 | }, |
| 7207 | + "StorageEncryptionType":{ |
| 7208 | + "shape":"StorageEncryptionType", |
| 7209 | + "documentation":"<p>The type of encryption used to protect data at rest in the DB instance. Possible values:</p> <ul> <li> <p> <code>none</code> - The DB instance is not encrypted.</p> </li> <li> <p> <code>sse-rds</code> - The DB instance is encrypted using an Amazon Web Services owned KMS key.</p> </li> <li> <p> <code>sse-kms</code> - The DB instance is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.</p> </li> </ul>" |
| 7210 | + }, |
7195 | 7211 | "TdeCredentialArn":{ |
7196 | 7212 | "shape":"String", |
7197 | 7213 | "documentation":"<p>The ARN from the key store with which the instance is associated for TDE encryption.</p>" |
|
7499 | 7515 | "shape":"Boolean", |
7500 | 7516 | "documentation":"<p>Indicates whether the automated backup is encrypted.</p>" |
7501 | 7517 | }, |
| 7518 | + "StorageEncryptionType":{ |
| 7519 | + "shape":"StorageEncryptionType", |
| 7520 | + "documentation":"<p>The type of encryption used to protect data at rest in the automated backup. Possible values:</p> <ul> <li> <p> <code>none</code> - The automated backup is not encrypted.</p> </li> <li> <p> <code>sse-rds</code> - The automated backup is encrypted using an Amazon Web Services owned KMS key.</p> </li> <li> <p> <code>sse-kms</code> - The automated backup is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.</p> </li> </ul>" |
| 7521 | + }, |
7502 | 7522 | "StorageType":{ |
7503 | 7523 | "shape":"String", |
7504 | 7524 | "documentation":"<p>The storage type associated with the automated backup.</p>" |
|
8683 | 8703 | "shape":"Boolean", |
8684 | 8704 | "documentation":"<p>Indicates whether the DB snapshot is encrypted.</p>" |
8685 | 8705 | }, |
| 8706 | + "StorageEncryptionType":{ |
| 8707 | + "shape":"StorageEncryptionType", |
| 8708 | + "documentation":"<p>The type of encryption used to protect data at rest in the DB snapshot. Possible values:</p> <ul> <li> <p> <code>none</code> - The DB snapshot is not encrypted.</p> </li> <li> <p> <code>sse-rds</code> - The DB snapshot is encrypted using an Amazon Web Services owned KMS key.</p> </li> <li> <p> <code>sse-kms</code> - The DB snapshot is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.</p> </li> </ul>" |
| 8709 | + }, |
8686 | 8710 | "BackupRetentionPeriod":{ |
8687 | 8711 | "shape":"IntegerOptional", |
8688 | 8712 | "documentation":"<p>The number of days for which automatic DB snapshots are retained.</p>" |
|
11575 | 11599 | "shape":"BooleanOptional", |
11576 | 11600 | "documentation":"<p>The storage encryption setting for the global database cluster.</p>" |
11577 | 11601 | }, |
| 11602 | + "StorageEncryptionType":{ |
| 11603 | + "shape":"StorageEncryptionType", |
| 11604 | + "documentation":"<p>The type of encryption used to protect data at rest in the global database cluster. Possible values:</p> <ul> <li> <p> <code>none</code> - The global database cluster is not encrypted.</p> </li> <li> <p> <code>sse-rds</code> - The global database cluster is encrypted using an Amazon Web Services owned KMS key.</p> </li> <li> <p> <code>sse-kms</code> - The global database cluster is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.</p> </li> </ul>" |
| 11605 | + }, |
11578 | 11606 | "DeletionProtection":{ |
11579 | 11607 | "shape":"BooleanOptional", |
11580 | 11608 | "documentation":"<p>The deletion protection setting for the new global database cluster.</p>" |
|
17050 | 17078 | "DBInstance":{"shape":"DBInstance"} |
17051 | 17079 | } |
17052 | 17080 | }, |
| 17081 | + "StorageEncryptionType":{ |
| 17082 | + "type":"string", |
| 17083 | + "enum":[ |
| 17084 | + "none", |
| 17085 | + "sse-kms", |
| 17086 | + "sse-rds" |
| 17087 | + ] |
| 17088 | + }, |
17053 | 17089 | "StorageQuotaExceededFault":{ |
17054 | 17090 | "type":"structure", |
17055 | 17091 | "members":{}, |
|
0 commit comments