AWS glue documentation change
Summary
Added 'ConnectionType' field documentation specifying connection protocols for federated databases
Security assessment
Similar to other federated resource changes, this documents connection types without explicit security context or vulnerability fixes.
Diff
diff --git a/glue/latest/webapi/API_FederatedDatabase.md b/glue/latest/webapi/API_FederatedDatabase.md index 881cf2f30..eb9325744 100644 --- a//glue/latest/webapi/API_FederatedDatabase.md +++ b//glue/latest/webapi/API_FederatedDatabase.md @@ -25,0 +26,13 @@ Required: No +**ConnectionType** + + +The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols. + +Type: String + +Length Constraints: Minimum length of 1. Maximum length of 255. + +Pattern: `[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*` + +Required: No +