MDAA TS Docs
    Preparing search index...

    Configuration for a Glue connection with multi-protocol support for external data sources.

    Use cases: External data source connectivity; Database connections; Streaming data connections; Network connectivity; Authentication management; Multi-protocol data access

    AWS: AWS Glue connections with multi-protocol support for JDBC, Kafka, MongoDB, and network connections in DataOps workflows

    Validation: connectionType must be valid ConnectionType enum value; connectionProperties must be valid for specified connection type; matchCriteria must be valid selection criteria

    interface ConnectionProps {
        connectionProperties?: ConfigurationElement;
        connectionType: ConnectionType;
        description?: string;
        matchCriteria?: string[];
        physicalConnectionRequirements?: ConnectionPhysical;
    }
    Index

    Properties

    connectionProperties?: ConfigurationElement

    Key-value pairs for authentication and connection configuration.

    connectionType: ConnectionType

    Connection type: 'JDBC', 'KAFKA', 'MONGODB', or 'NETWORK'.

    description?: string

    Description of the connection's purpose.

    matchCriteria?: string[]

    Criteria for automated connection selection in ETL jobs.

    physicalConnectionRequirements?: ConnectionPhysical

    VPC networking requirements for the connection.