Class CfnConnectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnConnectorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConnectorProps
@Stability(Stable)
@Internal
public static final class CfnConnectorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProps
An implementation for
CfnConnectorProps
-
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.appflow.CfnConnectorProps
CfnConnectorProps.Builder, CfnConnectorProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnConnectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProps.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
The label used for registering the connector.final Object
The configuration required for registering the connector.final String
The provisioning type used to register the connector.final String
A description about the connector runtime setting.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 theCfnConnectorProps.Builder
.
-
-
Method Details
-
getConnectorProvisioningConfig
Description copied from interface:CfnConnectorProps
The configuration required for registering the connector.- Specified by:
getConnectorProvisioningConfig
in interfaceCfnConnectorProps
-
getConnectorProvisioningType
Description copied from interface:CfnConnectorProps
The provisioning type used to register the connector.- Specified by:
getConnectorProvisioningType
in interfaceCfnConnectorProps
-
getConnectorLabel
Description copied from interface:CfnConnectorProps
The label used for registering the connector.- Specified by:
getConnectorLabel
in interfaceCfnConnectorProps
-
getDescription
Description copied from interface:CfnConnectorProps
A description about the connector runtime setting.- Specified by:
getDescription
in interfaceCfnConnectorProps
-
$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()
-