| 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.
|
| Constructor and Description |
|---|
Jsii$Proxy(ConnectionType type,
String connectionName,
String description,
List<String> matchCriteria,
Map<String,String> properties,
List<? extends ISecurityGroup> securityGroups,
ISubnet subnet)
Constructor that initializes the object based on literal property values passed by the
ConnectionProps.Builder. |
Copyright © 2021. All rights reserved.