Uses of Interface
software.amazon.awscdk.services.glue.IConnection
-
Uses of IConnection in software.amazon.awscdk.services.glue
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIConnection
.Modifier and TypeClassDescriptionclass
(experimental) An AWS Glue connection to a data source.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptiondefault List<IConnection>
JobProps.getConnections()
(experimental) TheConnection
s used for this job.final List<IConnection>
JobProps.Jsii$Proxy.getConnections()
Modifier and TypeMethodDescriptionJob.Builder.connections
(List<? extends IConnection> connections) (experimental) TheConnection
s used for this job.JobProps.Builder.connections
(List<? extends IConnection> connections) Sets the value ofJobProps.getConnections()