Class CfnFlow.S3OutputFormatConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.S3OutputFormatConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.S3OutputFormatConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.S3OutputFormatConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.S3OutputFormatConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.S3OutputFormatConfigProperty
An implementation for
CfnFlow.S3OutputFormatConfigProperty-
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.S3OutputFormatConfigProperty
CfnFlow.S3OutputFormatConfigProperty.Builder, CfnFlow.S3OutputFormatConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.S3OutputFormatConfigProperty.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 aggregation settings that you can use to customize the output format of your flow data.final StringIndicates the file type that Amazon AppFlow places in the Amazon S3 bucket.final ObjectDetermines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.final ObjectIf your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3.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.S3OutputFormatConfigProperty.Builder.
-
-
Method Details
-
getAggregationConfig
Description copied from interface:CfnFlow.S3OutputFormatConfigPropertyThe aggregation settings that you can use to customize the output format of your flow data.Returns union: either
IResolvableorCfnFlow.AggregationConfigProperty- Specified by:
getAggregationConfigin interfaceCfnFlow.S3OutputFormatConfigProperty- See Also:
-
getFileType
Description copied from interface:CfnFlow.S3OutputFormatConfigPropertyIndicates the file type that Amazon AppFlow places in the Amazon S3 bucket.- Specified by:
getFileTypein interfaceCfnFlow.S3OutputFormatConfigProperty- See Also:
-
getPrefixConfig
Description copied from interface:CfnFlow.S3OutputFormatConfigPropertyDetermines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.You can name folders according to the flow frequency and date.
Returns union: either
IResolvableorCfnFlow.PrefixConfigProperty- Specified by:
getPrefixConfigin interfaceCfnFlow.S3OutputFormatConfigProperty- See Also:
-
getPreserveSourceDataTyping
Description copied from interface:CfnFlow.S3OutputFormatConfigPropertyIf your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3.true: Amazon AppFlow preserves the data types when it writes to Amazon S3. For example, an integer or1in your source data is still an integer in your output.false: Amazon AppFlow converts all of the source data into strings when it writes to Amazon S3. For example, an integer of1in your source data becomes the string"1"in the output.
Returns union: either
BooleanorIResolvable- Specified by:
getPreserveSourceDataTypingin interfaceCfnFlow.S3OutputFormatConfigProperty- 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()
-