AWS glue documentation change
Summary
Added 'ConnectionType' field documentation specifying connection protocols for federated tables
Security assessment
Part of a consistent pattern to document connection types across federated resources, with no direct security implications.
Diff
diff --git a/glue/latest/webapi/API_FederatedTable.md b/glue/latest/webapi/API_FederatedTable.md index c113b72bc..9fd15eee8 100644 --- a//glue/latest/webapi/API_FederatedTable.md +++ b//glue/latest/webapi/API_FederatedTable.md @@ -25,0 +26,13 @@ Required: No +**ConnectionType** + + +The type of connection used to access the federated table, specifying the protocol or method for connecting to the external data source. + +Type: String + +Length Constraints: Minimum length of 1. Maximum length of 255. + +Pattern: `[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*` + +Required: No +