AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-10-01 · Documentation low

File: cli/latest/reference/rds/delete-custom-db-engine-version.md

Summary

Updated CLI version reference, added documentation for new fields (MajorEngineVersion, DatabaseInstallationFilesS3*, CustomDBEngineVersionManifest, DBEngineVersionArn, KMSKeyId, CreateTime), and reorganized parameter descriptions

Security assessment

Added documentation for KMSKeyId parameter which describes encryption requirements for RDS Custom CEVs. While this highlights security practices, there's no evidence of addressing a specific vulnerability. Other changes are documentation improvements without security implications.

Diff

diff --git a/cli/latest/reference/rds/delete-custom-db-engine-version.md b/cli/latest/reference/rds/delete-custom-db-engine-version.md
index 95d783eb4..e133633b1 100644
--- a//cli/latest/reference/rds/delete-custom-db-engine-version.md
+++ b//cli/latest/reference/rds/delete-custom-db-engine-version.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »
@@ -239,0 +240,4 @@ Engine -> (string)
+MajorEngineVersion -> (string)
+
+> The major engine version of the CEV.
+
@@ -243,0 +248,20 @@ EngineVersion -> (string)
+DatabaseInstallationFilesS3BucketName -> (string)
+
+> The name of the Amazon S3 bucket that contains your database installation files.
+
+DatabaseInstallationFilesS3Prefix -> (string)
+
+> The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.
+
+CustomDBEngineVersionManifest -> (string)
+
+> JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they’re listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see [JSON fields in the CEV manifest](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.preparing.html#custom-cev.preparing.manifest.fields) in the _Amazon RDS User Guide_ .
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `51000`
+>   * pattern: `[\s\S]*`
+> 
+
+
@@ -251,0 +276,4 @@ DBEngineDescription -> (string)
+DBEngineVersionArn -> (string)
+
+> The ARN of the custom engine version.
+
@@ -283,0 +312,8 @@ DBEngineMediaType -> (string)
+KMSKeyId -> (string)
+
+> The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.
+
+CreateTime -> (timestamp)
+
+> The creation time of the DB engine version.
+
@@ -440,24 +475,0 @@ SupportsGlobalDatabases -> (boolean)
-MajorEngineVersion -> (string)
-
-> The major engine version of the CEV.
-
-DatabaseInstallationFilesS3BucketName -> (string)
-
-> The name of the Amazon S3 bucket that contains your database installation files.
-
-DatabaseInstallationFilesS3Prefix -> (string)
-
-> The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.
-
-DBEngineVersionArn -> (string)
-
-> The ARN of the custom engine version.
-
-KMSKeyId -> (string)
-
-> The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.
-
-CreateTime -> (timestamp)
-
-> The creation time of the DB engine version.
-
@@ -488,12 +499,0 @@ SupportsBabelfish -> (boolean)
-CustomDBEngineVersionManifest -> (string)
-
-> JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they’re listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see [JSON fields in the CEV manifest](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.preparing.html#custom-cev.preparing.manifest.fields) in the _Amazon RDS User Guide_ .
-> 
-> Constraints:
-> 
->   * min: `1`
->   * max: `51000`
->   * pattern: `[\s\S]*`
-> 
-
-
@@ -548 +548 @@ ServerlessV2FeaturesSupport -> (structure)
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »