Class CfnFlowPropsMixin.DestinationFlowConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.DestinationFlowConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowPropsMixin.DestinationFlowConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowPropsMixin.DestinationFlowConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlowPropsMixin.DestinationFlowConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowPropsMixin.DestinationFlowConfigProperty
An implementation for
CfnFlowPropsMixin.DestinationFlowConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.DestinationFlowConfigProperty
CfnFlowPropsMixin.DestinationFlowConfigProperty.Builder, CfnFlowPropsMixin.DestinationFlowConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.DestinationFlowConfigProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe API version that the destination connector uses.final StringThe name of the connector profile.final StringThe type of destination connector, such as Sales force, Amazon S3, and so on.final ObjectThis stores the information that is required to query a particular connector.final inthashCode()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 theCfnFlowPropsMixin.DestinationFlowConfigProperty.Builder.
-
-
Method Details
-
getApiVersion
Description copied from interface:CfnFlowPropsMixin.DestinationFlowConfigPropertyThe API version that the destination connector uses.- Specified by:
getApiVersionin interfaceCfnFlowPropsMixin.DestinationFlowConfigProperty- See Also:
-
getConnectorProfileName
Description copied from interface:CfnFlowPropsMixin.DestinationFlowConfigPropertyThe name of the connector profile.This name must be unique for each connector profile in the AWS account .
- Specified by:
getConnectorProfileNamein interfaceCfnFlowPropsMixin.DestinationFlowConfigProperty- See Also:
-
getConnectorType
Description copied from interface:CfnFlowPropsMixin.DestinationFlowConfigPropertyThe type of destination connector, such as Sales force, Amazon S3, and so on.- Specified by:
getConnectorTypein interfaceCfnFlowPropsMixin.DestinationFlowConfigProperty- See Also:
-
getDestinationConnectorProperties
Description copied from interface:CfnFlowPropsMixin.DestinationFlowConfigPropertyThis stores the information that is required to query a particular connector.Returns union: either
IResolvableorCfnFlowPropsMixin.DestinationConnectorPropertiesProperty- Specified by:
getDestinationConnectorPropertiesin interfaceCfnFlowPropsMixin.DestinationFlowConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-