public static interface CfnFlow.S3OutputFormatConfigProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appflow.*; S3OutputFormatConfigProperty s3OutputFormatConfigProperty = S3OutputFormatConfigProperty.builder() .aggregationConfig(AggregationConfigProperty.builder() .aggregationType("aggregationType") .targetFileSize(123) .build()) .fileType("fileType") .prefixConfig(PrefixConfigProperty.builder() .pathPrefixHierarchy(List.of("pathPrefixHierarchy")) .prefixFormat("prefixFormat") .prefixType("prefixType") .build()) .preserveSourceDataTyping(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.S3OutputFormatConfigProperty.Builder
A builder for
CfnFlow.S3OutputFormatConfigProperty |
static class |
CfnFlow.S3OutputFormatConfigProperty.Jsii$Proxy
An implementation for
CfnFlow.S3OutputFormatConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.S3OutputFormatConfigProperty.Builder |
builder() |
default java.lang.Object |
getAggregationConfig()
The aggregation settings that you can use to customize the output format of your flow data.
|
default java.lang.String |
getFileType()
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
default java.lang.Object |
getPrefixConfig()
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
|
default java.lang.Object |
getPreserveSourceDataTyping()
`CfnFlow.S3OutputFormatConfigProperty.PreserveSourceDataTyping`.
|
default java.lang.Object getAggregationConfig()
default java.lang.String getFileType()
default java.lang.Object getPrefixConfig()
You can name folders according to the flow frequency and date.
default java.lang.Object getPreserveSourceDataTyping()
static CfnFlow.S3OutputFormatConfigProperty.Builder builder()