public static final class ConnectionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConnectionProps
ConnectionProps
ConnectionProps.Builder, ConnectionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getConnectionName()
(experimental) The name of the connection.
|
java.lang.String |
getDescription()
(experimental) The description of the connection.
|
java.util.List<java.lang.String> |
getMatchCriteria()
(experimental) A list of criteria that can be used in selecting this connection.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
(experimental) Key-Value pairs that define parameters for the connection.
|
java.util.List<ISecurityGroup> |
getSecurityGroups()
(experimental) The list of security groups needed to successfully make this connection e.g.
|
ISubnet |
getSubnet()
(experimental) The VPC subnet to connect to resources within a VPC.
|
ConnectionType |
getType()
(experimental) The type of the connection.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final ConnectionType getType()
ConnectionProps
getType
in interface ConnectionProps
public final java.lang.String getConnectionName()
ConnectionOptions
Default: cloudformation generated name
getConnectionName
in interface ConnectionOptions
public final java.lang.String getDescription()
ConnectionOptions
Default: no description
getDescription
in interface ConnectionOptions
public final java.util.List<java.lang.String> getMatchCriteria()
ConnectionOptions
This is useful for filtering the results of https://awscli.amazonaws.com/v2/documentation/api/latest/reference/glue/get-connections.html
Default: no match criteria
getMatchCriteria
in interface ConnectionOptions
public final java.util.Map<java.lang.String,java.lang.String> getProperties()
ConnectionOptions
Default: empty properties
getProperties
in interface ConnectionOptions
https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-connect.html
public final java.util.List<ISecurityGroup> getSecurityGroups()
ConnectionOptions
Default: no security group
getSecurityGroups
in interface ConnectionOptions
public final ISubnet getSubnet()
ConnectionOptions
See more at https://docs.aws.amazon.com/glue/latest/dg/start-connecting.html.
Default: no subnet
getSubnet
in interface ConnectionOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()