AWS cli documentation change
Summary
Added documentation for kmsKeyArn field showing encryption usage
Security assessment
Documents KMS encryption for automated reasoning policies, improving security transparency but not addressing a specific vulnerability
Diff
diff --git a/cli/latest/reference/bedrock/get-automated-reasoning-policy.md b/cli/latest/reference/bedrock/get-automated-reasoning-policy.md index c35e19e10..6ac7cf2b4 100644 --- a//cli/latest/reference/bedrock/get-automated-reasoning-policy.md +++ b//cli/latest/reference/bedrock/get-automated-reasoning-policy.md @@ -15 +15 @@ - * [AWS CLI 2.31.13 Command Reference](../../index.html) » + * [AWS CLI 2.31.16 Command Reference](../../index.html) » @@ -274,0 +275,12 @@ definitionHash -> (string) +kmsKeyArn -> (string) + +> The Amazon Resource Name (ARN) of the KMS key used to encrypt the automated reasoning policy and its associated artifacts. If a KMS key is not provided during the initial CreateAutomatedReasoningPolicyRequest, the kmsKeyArn won’t be included in the GetAutomatedReasoningPolicyResponse. +> +> Constraints: +> +> * min: `1` +> * max: `2048` +> * pattern: `arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}` +> + + @@ -293 +305 @@ updatedAt -> (timestamp) - * [AWS CLI 2.31.13 Command Reference](../../index.html) » + * [AWS CLI 2.31.16 Command Reference](../../index.html) »