Class ConnectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.ConnectionProps.Jsii$Proxy
- All Implemented Interfaces:
ConnectionOptions
,ConnectionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ConnectionProps
@Stability(Experimental)
@Internal
public static final class ConnectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ConnectionProps
An implementation for
ConnectionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.ConnectionProps
ConnectionProps.Builder, ConnectionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ConnectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theConnectionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
(experimental) The name of the connection.final String
(experimental) The description of the connection.(experimental) A list of criteria that can be used in selecting this connection.(experimental) Key-Value pairs that define parameters for the connection.final List<ISecurityGroup>
(experimental) The list of security groups needed to successfully make this connection e.g.final ISubnet
(experimental) The VPC subnet to connect to resources within a VPC.final ConnectionType
getType()
(experimental) The type of the connection.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theConnectionProps.Builder
.
-
-
Method Details
-
getType
Description copied from interface:ConnectionProps
(experimental) The type of the connection.- Specified by:
getType
in interfaceConnectionProps
-
getConnectionName
Description copied from interface:ConnectionOptions
(experimental) The name of the connection.Default: cloudformation generated name
- Specified by:
getConnectionName
in interfaceConnectionOptions
-
getDescription
Description copied from interface:ConnectionOptions
(experimental) The description of the connection.Default: no description
- Specified by:
getDescription
in interfaceConnectionOptions
-
getMatchCriteria
Description copied from interface:ConnectionOptions
(experimental) A list of criteria that can be used in selecting this connection.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
- Specified by:
getMatchCriteria
in interfaceConnectionOptions
-
getProperties
Description copied from interface:ConnectionOptions
(experimental) Key-Value pairs that define parameters for the connection.Default: empty properties
- Specified by:
getProperties
in interfaceConnectionOptions
- See Also:
-
getSecurityGroups
Description copied from interface:ConnectionOptions
(experimental) The list of security groups needed to successfully make this connection e.g. to successfully connect to VPC.Default: no security group
- Specified by:
getSecurityGroups
in interfaceConnectionOptions
-
getSubnet
Description copied from interface:ConnectionOptions
(experimental) The VPC subnet to connect to resources within a VPC.See more at https://docs.aws.amazon.com/glue/latest/dg/start-connecting.html.
Default: no subnet
- Specified by:
getSubnet
in interfaceConnectionOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-