| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static ConnectionType |
ConnectionType.JDBC
(experimental) Designates a connection to a database through Java Database Connectivity (JDBC).
|
static ConnectionType |
ConnectionType.KAFKA
(experimental) Designates a connection to an Apache Kafka streaming platform.
|
static ConnectionType |
ConnectionType.MONGODB
(experimental) Designates a connection to a MongoDB document database.
|
static ConnectionType |
ConnectionType.NETWORK
(experimental) Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
ConnectionProps.getType()
(experimental) The type of the connection.
|
ConnectionType |
ConnectionProps.Jsii$Proxy.getType() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProps.Builder |
ConnectionProps.Builder.type(ConnectionType type)
Sets the value of
ConnectionProps.getType() |
Connection.Builder |
Connection.Builder.type(ConnectionType type)
(experimental) The type of the connection.
|
Copyright © 2022. All rights reserved.