| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IConnection.Jsii$Default
Internal default implementation for
IConnection. |
| Modifier and Type | Class and Description |
|---|---|
class |
Connection
(experimental) An AWS Glue connection to a data source.
|
static class |
IConnection.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IConnection |
Connection.fromConnectionArn(software.constructs.Construct scope,
String id,
String connectionArn)
(experimental) Creates a Connection construct that represents an external connection.
|
static IConnection |
Connection.fromConnectionName(software.constructs.Construct scope,
String id,
String connectionName)
(experimental) Creates a Connection construct that represents an external connection.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IConnection> |
JobProps.getConnections()
(experimental) The
Connections used for this job. |
List<IConnection> |
JobProps.Jsii$Proxy.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.connections(List<? extends IConnection> connections)
(experimental) The
Connections used for this job. |
JobProps.Builder |
JobProps.Builder.connections(List<? extends IConnection> connections)
Sets the value of
JobProps.getConnections() |
Copyright © 2022. All rights reserved.