AWS cli documentation change
Summary
Updated CLI version reference and added new 'kmsKeyArn' field documentation for encrypting component configurations
Security assessment
The change adds documentation for KMS encryption of configuration bundles, which is a security feature. No evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/get-configuration-bundle-version.md b/cli/latest/reference/bedrock-agentcore-control/get-configuration-bundle-version.md index a1f9268e2..8863b4a74 100644 --- a//cli/latest/reference/bedrock-agentcore-control/get-configuration-bundle-version.md +++ b//cli/latest/reference/bedrock-agentcore-control/get-configuration-bundle-version.md @@ -15 +15 @@ - * [AWS CLI 2.35.3 Command Reference](../../index.html) » + * [AWS CLI 2.35.5 Command Reference](../../index.html) » @@ -235 +235 @@ bundleArn -> (string) -> * pattern: `arn:aws:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:configuration-bundle/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}` +> * pattern: `arn:aws[a-zA-Z-]*:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:configuration-bundle/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}` @@ -361,0 +362,12 @@ versionCreatedAt -> (timestamp) +kmsKeyArn -> (string) + +> KMS key ARN used to encrypt component configurations, if CMK was provided. +> +> Constraints: +> +> * min: `1` +> * max: `2048` +> * pattern: `arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}` +> + + @@ -372 +384 @@ versionCreatedAt -> (timestamp) - * [AWS CLI 2.35.3 Command Reference](../../index.html) » + * [AWS CLI 2.35.5 Command Reference](../../index.html) »