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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnFlow.S3OutputFormatConfigProperty
CfnFlow.S3OutputFormatConfigProperty.Builder, CfnFlow.S3OutputFormatConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.S3OutputFormatConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The aggregation settings that you can use to customize the output format of your flow data.final String
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.final Object
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.final Object
If 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 int
hashCode()
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.S3OutputFormatConfigProperty
The aggregation settings that you can use to customize the output format of your flow data.- Specified by:
getAggregationConfig
in interfaceCfnFlow.S3OutputFormatConfigProperty
- See Also:
-
getFileType
Description copied from interface:CfnFlow.S3OutputFormatConfigProperty
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.- Specified by:
getFileType
in interfaceCfnFlow.S3OutputFormatConfigProperty
- See Also:
-
getPrefixConfig
Description copied from interface:CfnFlow.S3OutputFormatConfigProperty
Determines 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.
- Specified by:
getPrefixConfig
in interfaceCfnFlow.S3OutputFormatConfigProperty
- See Also:
-
getPreserveSourceDataTyping
Description copied from interface:CfnFlow.S3OutputFormatConfigProperty
If 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 or1
in 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 of1
in your source data becomes the string"1"
in the output.
- Specified by:
getPreserveSourceDataTyping
in interfaceCfnFlow.S3OutputFormatConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-