Uses of Interface
software.amazon.awscdk.services.glue.IConnection
Packages that use IConnection
-
Uses of IConnection in software.amazon.awscdk.services.glue
Subinterfaces of IConnection in software.amazon.awscdk.services.glueModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIConnection.Classes in software.amazon.awscdk.services.glue that implement IConnectionModifier and TypeClassDescriptionclass(experimental) An AWS Glue connection to a data source.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.glue that return IConnectionModifier and TypeMethodDescriptionstatic IConnectionConnection.fromConnectionArn(software.constructs.Construct scope, String id, String connectionArn) (experimental) Creates a Connection construct that represents an external connection.static IConnectionConnection.fromConnectionName(software.constructs.Construct scope, String id, String connectionName) (experimental) Creates a Connection construct that represents an external connection.Methods in software.amazon.awscdk.services.glue that return types with arguments of type IConnectionModifier and TypeMethodDescriptiondefault List<IConnection>JobProps.getConnections()(experimental) TheConnections used for this job.final List<IConnection>JobProps.Jsii$Proxy.getConnections()Method parameters in software.amazon.awscdk.services.glue with type arguments of type IConnectionModifier and TypeMethodDescriptionJob.Builder.connections(List<? extends IConnection> connections) (experimental) TheConnections used for this job.JobProps.Builder.connections(List<? extends IConnection> connections) Sets the value ofJobProps.getConnections()