Uses of Class
software.amazon.awscdk.services.glue.alpha.ConnectionType
-
Uses of ConnectionType in software.amazon.awscdk.services.glue.alpha
Fields in software.amazon.awscdk.services.glue.alpha declared as ConnectionTypeModifier and TypeFieldDescriptionstatic final ConnectionTypeConnectionType.JDBC(experimental) Designates a connection to a database through Java Database Connectivity (JDBC).static final ConnectionTypeConnectionType.KAFKA(experimental) Designates a connection to an Apache Kafka streaming platform.static final ConnectionTypeConnectionType.MONGODB(experimental) Designates a connection to a MongoDB document database.static final ConnectionTypeConnectionType.NETWORK(experimental) Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).Methods in software.amazon.awscdk.services.glue.alpha that return ConnectionTypeModifier and TypeMethodDescriptionConnectionProps.getType()(experimental) The type of the connection.final ConnectionTypeConnectionProps.Jsii$Proxy.getType()Methods in software.amazon.awscdk.services.glue.alpha with parameters of type ConnectionTypeModifier and TypeMethodDescriptionConnection.Builder.type(ConnectionType type) (experimental) The type of the connection.ConnectionProps.Builder.type(ConnectionType type) Sets the value ofConnectionProps.getType()