Uses of Interface
software.amazon.awscdk.services.glue.alpha.IConnection
Packages that use IConnection
-
Uses of IConnection in software.amazon.awscdk.services.glue.alpha
Subinterfaces of IConnection in software.amazon.awscdk.services.glue.alphaModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.Internal default implementation forIConnection.Classes in software.amazon.awscdk.services.glue.alpha that implement IConnectionModifier and TypeClassDescriptionclassDeprecated.static final classDeprecated.A 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) Deprecated.static IConnectionConnection.fromConnectionName(software.constructs.Construct scope, String id, String connectionName) Deprecated.ExternalTable.getConnection()Deprecated.ExternalTableProps.getConnection()Deprecated.final IConnectionExternalTableProps.Jsii$Proxy.getConnection()Deprecated.Methods in software.amazon.awscdk.services.glue.alpha that return types with arguments of type IConnectionModifier and TypeMethodDescriptiondefault List<IConnection> JobProps.getConnections()Deprecated.final List<IConnection> JobProps.Jsii$Proxy.getConnections()Deprecated.final List<IConnection> PySparkEtlJobProps.Jsii$Proxy.getConnections()Deprecated.final List<IConnection> PySparkFlexEtlJobProps.Jsii$Proxy.getConnections()Deprecated.final List<IConnection> PySparkStreamingJobProps.Jsii$Proxy.getConnections()Deprecated.final List<IConnection> PythonShellJobProps.Jsii$Proxy.getConnections()Deprecated.final List<IConnection> RayJobProps.Jsii$Proxy.getConnections()Deprecated.final List<IConnection> ScalaSparkEtlJobProps.Jsii$Proxy.getConnections()Deprecated.final List<IConnection> ScalaSparkFlexEtlJobProps.Jsii$Proxy.getConnections()Deprecated.final List<IConnection> ScalaSparkStreamingJobProps.Jsii$Proxy.getConnections()Deprecated.final List<IConnection> SparkJobProps.Jsii$Proxy.getConnections()Deprecated.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type IConnectionModifier and TypeMethodDescriptionExternalTable.Builder.connection(IConnection connection) Deprecated.ExternalTableProps.Builder.connection(IConnection connection) Deprecated.Method parameters in software.amazon.awscdk.services.glue.alpha with type arguments of type IConnectionModifier and TypeMethodDescriptionJobProps.Builder.connections(List<? extends IConnection> connections) Deprecated.PySparkEtlJob.Builder.connections(List<? extends IConnection> connections) Deprecated.PySparkEtlJobProps.Builder.connections(List<? extends IConnection> connections) Deprecated.PySparkFlexEtlJob.Builder.connections(List<? extends IConnection> connections) Deprecated.PySparkFlexEtlJobProps.Builder.connections(List<? extends IConnection> connections) Deprecated.PySparkStreamingJob.Builder.connections(List<? extends IConnection> connections) Deprecated.PySparkStreamingJobProps.Builder.connections(List<? extends IConnection> connections) Deprecated.PythonShellJob.Builder.connections(List<? extends IConnection> connections) Deprecated.PythonShellJobProps.Builder.connections(List<? extends IConnection> connections) Deprecated.RayJob.Builder.connections(List<? extends IConnection> connections) Deprecated.RayJobProps.Builder.connections(List<? extends IConnection> connections) Deprecated.ScalaSparkEtlJob.Builder.connections(List<? extends IConnection> connections) Deprecated.ScalaSparkEtlJobProps.Builder.connections(List<? extends IConnection> connections) Deprecated.ScalaSparkFlexEtlJob.Builder.connections(List<? extends IConnection> connections) Deprecated.ScalaSparkFlexEtlJobProps.Builder.connections(List<? extends IConnection> connections) Deprecated.ScalaSparkStreamingJob.Builder.connections(List<? extends IConnection> connections) Deprecated.ScalaSparkStreamingJobProps.Builder.connections(List<? extends IConnection> connections) Deprecated.SparkJobProps.Builder.connections(List<? extends IConnection> connections) Deprecated.