AWS awscloudtrail documentation change
Summary
Changed SQL engine references from Presto to Trino in query limitations documentation
Security assessment
Technical documentation update reflecting backend SQL engine change without security context.
Diff
diff --git a/awscloudtrail/latest/userguide/query-limitations.md b/awscloudtrail/latest/userguide/query-limitations.md index 50d0520b5..201cf6555 100644 --- a//awscloudtrail/latest/userguide/query-limitations.md +++ b//awscloudtrail/latest/userguide/query-limitations.md @@ -24 +24 @@ The CloudTrail Lake syntax for a `SELECT` statement is as follows. The event dat -CloudTrail Lake supports all valid Presto SQL `SELECT` statements, functions, and operators. For more information about the supported SQL functions and operators, see [Functions and Operators](https://prestodb.io/docs/current/functions.html) on the Presto documentation website. +CloudTrail Lake supports all valid Trino SQL `SELECT` statements, functions, and operators. For more information about the supported SQL functions and operators, see [Functions and Operators](https://trino.io/docs/current/functions.html) on the Trino documentation website. @@ -43 +43 @@ For information about how to optimize your queries, see [Optimize CloudTrail Lak -CloudTrail Lake supports all Presto functions. For more information about the supported functions, see [Functions and Operators](https://prestodb.io/docs/current/functions.html) on the Presto documentation website. +CloudTrail Lake supports all Trino functions. For more information about the supported functions, see [Functions and Operators](https://trino.io/docs/current/functions.html) on the Trino documentation website.