Uses of Interface
software.amazon.awscdk.services.glue.alpha.IConnection
-
Uses of IConnection in software.amazon.awscdk.services.glue.alpha
Subinterfaces of IConnection in software.amazon.awscdk.services.glue.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIConnection.Classes in software.amazon.awscdk.services.glue.alpha 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.alpha 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.ExternalTable.getConnection()(experimental) The connection associated to this table.ExternalTableProps.getConnection()(experimental) The connection the table will use when performing reads and writes.final IConnectionExternalTableProps.Jsii$Proxy.getConnection()Methods in software.amazon.awscdk.services.glue.alpha 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()Methods in software.amazon.awscdk.services.glue.alpha with parameters of type IConnectionModifier and TypeMethodDescriptionExternalTable.Builder.connection(IConnection connection) (experimental) The connection the table will use when performing reads and writes.ExternalTableProps.Builder.connection(IConnection connection) Sets the value ofExternalTableProps.getConnection()Method parameters in software.amazon.awscdk.services.glue.alpha 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()