Uses of Class
software.amazon.awscdk.services.glue.Connection.Builder
Packages that use Connection.Builder
-
Uses of Connection.Builder in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return Connection.BuilderModifier and TypeMethodDescriptionConnection.Builder.connectionName(String connectionName) The name of the connection.static Connection.BuilderConnection.Builder.description(String description) The description of the connection.Connection.Builder.matchCriteria(List<String> matchCriteria) A list of criteria that can be used in selecting this connection.Connection.Builder.network(ConnectionNetwork network) The VPC network placement for this connection, so it can reach resources inside a VPC.Connection.Builder.properties(Map<String, String> properties) Key-Value pairs that define parameters for the connection.Connection.Builder.secret(ISecretRef secret) A reference to a Secrets Manager secret holding the credentials for this connection.Connection.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) The list of security groups needed to successfully make this connection e.g.Connection.Builder.type(ConnectionType type) The type of the connection.