AWS cli documentation change
Summary
Added encryptionKeyArn field documenting KMS key usage for policy engine data encryption
Security assessment
Adds documentation about encryption configuration without addressing specific security issues
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/get-policy-engine.md b/cli/latest/reference/bedrock-agentcore-control/get-policy-engine.md index 11512beb8..ef0730faa 100644 --- a//cli/latest/reference/bedrock-agentcore-control/get-policy-engine.md +++ b//cli/latest/reference/bedrock-agentcore-control/get-policy-engine.md @@ -15 +15 @@ - * [AWS CLI 2.34.0 Command Reference](../../index.html) » + * [AWS CLI 2.34.1 Command Reference](../../index.html) » @@ -294,0 +295,12 @@ statusReasons -> (list) +encryptionKeyArn -> (string) + +> The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data. +> +> 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}` +> + + @@ -305 +317 @@ statusReasons -> (list) - * [AWS CLI 2.34.0 Command Reference](../../index.html) » + * [AWS CLI 2.34.1 Command Reference](../../index.html) »