AWS awscloudtrail documentation change
Summary
Clarified data type for 'sessionMfaAuthenticated' field by specifying it returns a string with 'true'/'false' values
Security assessment
Change improves documentation accuracy but does not address security vulnerabilities or describe security features
Diff
diff --git a/awscloudtrail/latest/userguide/cloudtrail-event-reference-record-contents.md index d6aa55181..d034e90fd 100644 --- a/awscloudtrail/latest/userguide/cloudtrail-event-reference-record-contents.md +++ b/awscloudtrail/latest/userguide/cloudtrail-event-reference-record-contents.md @@ -410 +410 @@ If an event delivery was delayed, or additional information about an existing ev -Shows whether or not an event originated from an AWS Management Console session. This field is not shown unless the value is `true`, meaning that the client that was used to make the API call was either a proxy or an external client. If a proxy client was used, the`tlsDetails` event field is not shown. +String with a value of `true` or `false` that shows whether or not an event originated from an AWS Management Console session. This field is not shown unless the value is `true`, meaning that the client that was used to make the API call was either a proxy or an external client. If a proxy client was used, the`tlsDetails` event field is not shown.