@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:31.520Z") @Stability(value=Experimental) public interface ConnectionProps extends software.amazon.jsii.JsiiSerializable, 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@Stability(value=Experimental) @NotNull ConnectionType getType()
@Stability(value=Experimental) static ConnectionProps.Builder builder()
builder in interface ConnectionOptionsConnectionProps.Builder of ConnectionPropsCopyright © 2022. All rights reserved.