Class CfnFlowPropsMixin.S3DestinationPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.S3DestinationPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowPropsMixin.S3DestinationPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowPropsMixin.S3DestinationPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFlowPropsMixin.S3DestinationPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowPropsMixin.S3DestinationPropertiesProperty
An implementation for
CfnFlowPropsMixin.S3DestinationPropertiesProperty-
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.S3DestinationPropertiesProperty
CfnFlowPropsMixin.S3DestinationPropertiesProperty.Builder, CfnFlowPropsMixin.S3DestinationPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.S3DestinationPropertiesProperty.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 Amazon S3 bucket name in which Amazon AppFlow places the transferred data.final StringThe object key for the destination bucket in which Amazon AppFlow places the files.final ObjectThe configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the 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.S3DestinationPropertiesProperty.Builder.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnFlowPropsMixin.S3DestinationPropertiesPropertyThe Amazon S3 bucket name in which Amazon AppFlow places the transferred data.Returns union: either
StringorIBucketRef- Specified by:
getBucketNamein interfaceCfnFlowPropsMixin.S3DestinationPropertiesProperty- See Also:
-
getBucketPrefix
Description copied from interface:CfnFlowPropsMixin.S3DestinationPropertiesPropertyThe object key for the destination bucket in which Amazon AppFlow places the files.- Specified by:
getBucketPrefixin interfaceCfnFlowPropsMixin.S3DestinationPropertiesProperty- See Also:
-
getS3OutputFormatConfig
Description copied from interface:CfnFlowPropsMixin.S3DestinationPropertiesPropertyThe configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.Returns union: either
IResolvableorCfnFlowPropsMixin.S3OutputFormatConfigProperty- Specified by:
getS3OutputFormatConfigin interfaceCfnFlowPropsMixin.S3DestinationPropertiesProperty- 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()
-