AWS cli documentation change
Summary
Added encryptionKeyArn field documenting KMS key usage for policy engine data encryption
Security assessment
Includes encryption details in list output without evidence of security vulnerability remediation
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/list-policy-engines.md b/cli/latest/reference/bedrock-agentcore-control/list-policy-engines.md index e6e42063b..1fd4481d2 100644 --- a//cli/latest/reference/bedrock-agentcore-control/list-policy-engines.md +++ b//cli/latest/reference/bedrock-agentcore-control/list-policy-engines.md @@ -15 +15 @@ - * [AWS CLI 2.34.0 Command Reference](../../index.html) » + * [AWS CLI 2.34.1 Command Reference](../../index.html) » @@ -318,0 +319,12 @@ policyEngines -> (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}` +>>> + @@ -342 +354 @@ nextToken -> (string) - * [AWS CLI 2.34.0 Command Reference](../../index.html) » + * [AWS CLI 2.34.1 Command Reference](../../index.html) »