| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Connection.Builder |
Connection.Builder.connectionName(String connectionName)
(experimental) The name of the connection.
|
static Connection.Builder |
Connection.Builder.create(software.constructs.Construct scope,
String id) |
Connection.Builder |
Connection.Builder.description(String description)
(experimental) The description of the connection.
|
Connection.Builder |
Connection.Builder.matchCriteria(List<String> matchCriteria)
(experimental) A list of criteria that can be used in selecting this connection.
|
Connection.Builder |
Connection.Builder.properties(Map<String,String> properties)
(experimental) Key-Value pairs that define parameters for the connection.
|
Connection.Builder |
Connection.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups)
(experimental) The list of security groups needed to successfully make this connection e.g.
|
Connection.Builder |
Connection.Builder.subnet(ISubnet subnet)
(experimental) The VPC subnet to connect to resources within a VPC.
|
Connection.Builder |
Connection.Builder.type(ConnectionType type)
(experimental) The type of the connection.
|
Copyright © 2022. All rights reserved.