AWS cli documentation change
Summary
Updated CLI version reference and restructured documentation for custom DB engine version parameters including KMS encryption, installation files, and manifest constraints
Security assessment
Added documentation for KMS key encryption (KMSKeyId parameter) and security-related manifest constraints (pattern validation, installation file security parameters). While these are security features, there's no evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/rds/modify-custom-db-engine-version.md b/cli/latest/reference/rds/modify-custom-db-engine-version.md index 40570396f..dc7861cf6 100644 --- a//cli/latest/reference/rds/modify-custom-db-engine-version.md +++ b//cli/latest/reference/rds/modify-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) » @@ -268,0 +269,4 @@ Engine -> (string) +MajorEngineVersion -> (string) + +> The major engine version of the CEV. + @@ -272,0 +277,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]*` +> + + @@ -280,0 +305,4 @@ DBEngineDescription -> (string) +DBEngineVersionArn -> (string) + +> The ARN of the custom engine version. + @@ -312,0 +341,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. + @@ -469,24 +504,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. - @@ -517,12 +528,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]*` -> - - @@ -577 +577 @@ ServerlessV2FeaturesSupport -> (structure) - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) »