Class CfnFlowPropsMixin.RedshiftDestinationPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.RedshiftDestinationPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowPropsMixin.RedshiftDestinationPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowPropsMixin.RedshiftDestinationPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFlowPropsMixin.RedshiftDestinationPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowPropsMixin.RedshiftDestinationPropertiesProperty
An implementation for
CfnFlowPropsMixin.RedshiftDestinationPropertiesProperty-
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.RedshiftDestinationPropertiesProperty
CfnFlowPropsMixin.RedshiftDestinationPropertiesProperty.Builder, CfnFlowPropsMixin.RedshiftDestinationPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.RedshiftDestinationPropertiesProperty.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 object key for the bucket in which Amazon AppFlow places the destination files.final ObjectThe settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination.final ObjectThe intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.final StringThe object specified in the Amazon Redshift flow destination.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.RedshiftDestinationPropertiesProperty.Builder.
-
-
Method Details
-
getBucketPrefix
Description copied from interface:CfnFlowPropsMixin.RedshiftDestinationPropertiesPropertyThe object key for the bucket in which Amazon AppFlow places the destination files.- Specified by:
getBucketPrefixin interfaceCfnFlowPropsMixin.RedshiftDestinationPropertiesProperty- See Also:
-
getErrorHandlingConfig
Description copied from interface:CfnFlowPropsMixin.RedshiftDestinationPropertiesPropertyThe settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift 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
IResolvableorCfnFlowPropsMixin.ErrorHandlingConfigProperty- Specified by:
getErrorHandlingConfigin interfaceCfnFlowPropsMixin.RedshiftDestinationPropertiesProperty- See Also:
-
getIntermediateBucketName
Description copied from interface:CfnFlowPropsMixin.RedshiftDestinationPropertiesPropertyThe intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.Returns union: either
StringorIBucketRef- Specified by:
getIntermediateBucketNamein interfaceCfnFlowPropsMixin.RedshiftDestinationPropertiesProperty- See Also:
-
getObject
Description copied from interface:CfnFlowPropsMixin.RedshiftDestinationPropertiesPropertyThe object specified in the Amazon Redshift flow destination.- Specified by:
getObjectin interfaceCfnFlowPropsMixin.RedshiftDestinationPropertiesProperty- 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()
-