Uses of Class
software.amazon.awscdk.services.glue.ConnectionNetwork
Packages that use ConnectionNetwork
-
Uses of ConnectionNetwork in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return ConnectionNetworkModifier and TypeMethodDescriptiondefault ConnectionNetworkConnectionOptions.getNetwork()The VPC network placement for this connection, so it can reach resources inside a VPC.final ConnectionNetworkConnectionOptions.Jsii$Proxy.getNetwork()final ConnectionNetworkConnectionProps.Jsii$Proxy.getNetwork()static ConnectionNetworkPin the connection to a specific subnet.static ConnectionNetworkSelect the connection's subnet from a VPC.static ConnectionNetworkConnectionNetwork.vpc(IVpc vpc, SubnetSelection vpcSubnets) Select the connection's subnet from a VPC.Methods in software.amazon.awscdk.services.glue with parameters of type ConnectionNetworkModifier and TypeMethodDescriptionConnection.Builder.network(ConnectionNetwork network) The VPC network placement for this connection, so it can reach resources inside a VPC.ConnectionOptions.Builder.network(ConnectionNetwork network) Sets the value ofConnectionOptions.getNetwork()ConnectionProps.Builder.network(ConnectionNetwork network) Sets the value ofConnectionOptions.getNetwork()