@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-13T01:13:35.142Z") public interface ConnectionProps extends ConnectionOptions
Connection
.
Example:
SecurityGroup securityGroup; Subnet subnet; Connection.Builder.create(this, "MyConnection") .type(ConnectionType.NETWORK) // The security groups granting AWS Glue inbound access to the data source within the VPC .securityGroups(List.of(securityGroup)) // The VPC subnet which contains the data source .subnet(subnet) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ConnectionProps.Builder
A builder for
ConnectionProps |
static class |
ConnectionProps.Jsii$Proxy
An implementation for
ConnectionProps |
Modifier and Type | Method and Description |
---|---|
static ConnectionProps.Builder |
builder() |
ConnectionType |
getType()
(experimental) The type of the connection.
|
getConnectionName, getDescription, getMatchCriteria, getProperties, getSecurityGroups, getSubnet
ConnectionType getType()
static ConnectionProps.Builder builder()
builder
in interface ConnectionOptions
ConnectionProps.Builder
of ConnectionProps