Uses of Class
software.amazon.awscdk.services.glue.alpha.ConnectionNetwork
Packages that use ConnectionNetwork
-
Uses of ConnectionNetwork in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return ConnectionNetworkModifier and TypeMethodDescriptiondefault ConnectionNetworkConnectionOptions.getNetwork()(experimental) 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 ConnectionNetwork(experimental) Pin the connection to a specific subnet.static ConnectionNetwork(experimental) Select the connection's subnet from a VPC.static ConnectionNetworkConnectionNetwork.vpc(IVpc vpc, SubnetSelection vpcSubnets) (experimental) Select the connection's subnet from a VPC.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type ConnectionNetworkModifier and TypeMethodDescriptionConnection.Builder.network(ConnectionNetwork network) (experimental) 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()