| 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.
|
Copyright © 2021. All rights reserved.