Class CfnFlow.ZendeskDestinationPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.ZendeskDestinationPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.ZendeskDestinationPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.ZendeskDestinationPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.ZendeskDestinationPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.ZendeskDestinationPropertiesProperty
An implementation for
CfnFlow.ZendeskDestinationPropertiesProperty-
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.services.appflow.CfnFlow.ZendeskDestinationPropertiesProperty
CfnFlow.ZendeskDestinationPropertiesProperty.Builder, CfnFlow.ZendeskDestinationPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.ZendeskDestinationPropertiesProperty.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 ObjectThe settings that determine how Amazon AppFlow handles an error when placing data in the destination.A list of field names that can be used as an ID field when performing a write operation.final StringThe object specified in the Zendesk flow destination.final StringThe possible write operations in the destination 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 theCfnFlow.ZendeskDestinationPropertiesProperty.Builder.
-
-
Method Details
-
getObject
Description copied from interface:CfnFlow.ZendeskDestinationPropertiesPropertyThe object specified in the Zendesk flow destination.- Specified by:
getObjectin interfaceCfnFlow.ZendeskDestinationPropertiesProperty- See Also:
-
getErrorHandlingConfig
Description copied from interface:CfnFlow.ZendeskDestinationPropertiesPropertyThe settings that determine how Amazon AppFlow handles an error when placing data in the destination.For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure.
ErrorHandlingConfigis a part of the destination connector details.Returns union: either
IResolvableorCfnFlow.ErrorHandlingConfigProperty- Specified by:
getErrorHandlingConfigin interfaceCfnFlow.ZendeskDestinationPropertiesProperty- See Also:
-
getIdFieldNames
Description copied from interface:CfnFlow.ZendeskDestinationPropertiesPropertyA list of field names that can be used as an ID field when performing a write operation.- Specified by:
getIdFieldNamesin interfaceCfnFlow.ZendeskDestinationPropertiesProperty- See Also:
-
getWriteOperationType
Description copied from interface:CfnFlow.ZendeskDestinationPropertiesPropertyThe possible write operations in the destination connector.When this value is not provided, this defaults to the
INSERToperation.- Specified by:
getWriteOperationTypein interfaceCfnFlow.ZendeskDestinationPropertiesProperty- 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()
-