@Stability(value=Experimental) @Internal public static final class ConnectionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConnectionProps
ConnectionPropssoftware.amazon.jsii.JsiiObject.InitializationModeConnectionProps.Builder, ConnectionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ConnectionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ConnectionProps.Builder. |
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(Object o) |
String |
getConnectionName()
(experimental) The name of the connection.
|
String |
getDescription()
(experimental) The description of the connection.
|
List<String> |
getMatchCriteria()
(experimental) A list of criteria that can be used in selecting this connection.
|
Map<String,String> |
getProperties()
(experimental) Key-Value pairs that define parameters for the connection.
|
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() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ConnectionProps.Builder builder)
ConnectionProps.Builder.public final ConnectionType getType()
ConnectionPropsgetType in interface ConnectionPropspublic final String getConnectionName()
ConnectionOptionsDefault: cloudformation generated name
getConnectionName in interface ConnectionOptionspublic final String getDescription()
ConnectionOptionsDefault: no description
getDescription in interface ConnectionOptionspublic final List<String> getMatchCriteria()
ConnectionOptionsThis 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 ConnectionOptionspublic final Map<String,String> getProperties()
ConnectionOptionsDefault: empty properties
getProperties in interface ConnectionOptionspublic final List<ISecurityGroup> getSecurityGroups()
ConnectionOptionsDefault: no security group
getSecurityGroups in interface ConnectionOptionspublic final ISubnet getSubnet()
ConnectionOptionsSee more at https://docs.aws.amazon.com/glue/latest/dg/start-connecting.html.
Default: no subnet
getSubnet in interface ConnectionOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.