AWS Security ChangesHomeSearch

AWS glue documentation change

Service: glue · 2025-05-22 · Documentation low

File: glue/latest/dg/aws-glue-api-catalog-connections-connections-type.md

Summary

Added documentation for ConnectionTypeVariant structure and expanded connection type metadata fields (DisplayName, Vendor, Categories, LogoUrl)

Security assessment

Changes introduce organizational metadata and variant configurations for connection types but do not address security mechanisms or vulnerabilities. No explicit security-related content added.

Diff

diff --git a/glue/latest/dg/aws-glue-api-catalog-connections-connections-type.md b/glue/latest/dg/aws-glue-api-catalog-connections-connections-type.md
index 5c188722c..598d9d633 100644
--- a//glue/latest/dg/aws-glue-api-catalog-connections-connections-type.md
+++ b//glue/latest/dg/aws-glue-api-catalog-connections-connections-type.md
@@ -5 +5 @@
-— connection management apis —DescribeConnectionType (describe_connection_type)ListConnectionTypes (list_connection_types)ConnectionTypeBrief — datatypes —ValidationAuthConfigurationCapabilitiesPropertyAllowedValueComputeEnvironmentConfiguration
+— connection management apis —DescribeConnectionType (describe_connection_type)ListConnectionTypes (list_connection_types)ConnectionTypeBriefConnectionTypeVariant — datatypes —ValidationAuthConfigurationCapabilitiesPropertyAllowedValueComputeEnvironmentConfiguration
@@ -18,0 +19,2 @@ The Connection Type API describes AWS Glue APIs related to describing connection
+  * ConnectionTypeVariant structure
+
@@ -169,0 +172,8 @@ The name of the connection type.
+  * `DisplayName` – UTF-8 string, not less than 1 or more than 128 bytes long.
+
+The human-readable name for the connection type that is displayed in the AWS Glue console.
+
+  * `Vendor` – UTF-8 string, not less than 1 or more than 128 bytes long.
+
+The name of the vendor or provider that created or maintains this connection type.
+
@@ -173,0 +184,4 @@ A description of the connection type.
+  * `Categories` – An array of UTF-8 strings.
+
+A list of categories that this connection type belongs to. Categories help users filter and find appropriate connection types based on their use cases.
+
@@ -177,0 +192,33 @@ The supported authentication types, data interface types (compute environments),
+  * `LogoUrl` – UTF-8 string.
+
+The URL of the logo associated with a connection type.
+
+  * `ConnectionTypeVariants` – An array of ConnectionTypeVariant objects.
+
+A list of variants available for this connection type. Different variants may provide specialized configurations for specific use cases or implementations of the same general connection type.
+
+
+
+
+## ConnectionTypeVariant structure
+
+Represents a variant of a connection type in AWS Glue Data Catalog. Connection type variants provide specific configurations and behaviors for different implementations of the same general connection type.
+
+###### Fields
+
+  * `ConnectionTypeVariantName` – UTF-8 string, not less than 1 or more than 128 bytes long.
+
+The unique identifier for the connection type variant. This name is used internally to identify the specific variant of a connection type. 
+
+  * `DisplayName` – UTF-8 string, not less than 1 or more than 128 bytes long.
+
+The human-readable name for the connection type variant that is displayed in the AWS Glue console.
+
+  * `Description` – UTF-8 string, not more than 1024 bytes long.
+
+A detailed description of the connection type variant, including its purpose, use cases, and any specific configuration requirements.
+
+  * `LogoUrl` – UTF-8 string.
+
+The URL of the logo associated with a connection type variant.
+