AWS glue documentation change
Summary
Added 'ConnectionType' field documentation specifying connection protocols for federated catalogs
Security assessment
The addition describes connection types but does not explicitly address security vulnerabilities or introduce security-specific features. It's a general API parameter documentation update.
Diff
diff --git a/glue/latest/webapi/API_FederatedCatalog.md b/glue/latest/webapi/API_FederatedCatalog.md index 59873c0a9..6e2ffcede 100644 --- a//glue/latest/webapi/API_FederatedCatalog.md +++ b//glue/latest/webapi/API_FederatedCatalog.md @@ -25,0 +26,13 @@ Required: No +**ConnectionType** + + +The type of connection used to access the federated catalog, specifying the protocol or method for connection 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 +