public static interface CfnFlow.UpsolverS3OutputFormatConfigProperty
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.*; UpsolverS3OutputFormatConfigProperty upsolverS3OutputFormatConfigProperty = UpsolverS3OutputFormatConfigProperty.builder() .prefixConfig(PrefixConfigProperty.builder() .pathPrefixHierarchy(List.of("pathPrefixHierarchy")) .prefixFormat("prefixFormat") .prefixType("prefixType") .build()) // the properties below are optional .aggregationConfig(AggregationConfigProperty.builder() .aggregationType("aggregationType") .targetFileSize(123) .build()) .fileType("fileType") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.UpsolverS3OutputFormatConfigProperty.Builder
A builder for
CfnFlow.UpsolverS3OutputFormatConfigProperty |
static class |
CfnFlow.UpsolverS3OutputFormatConfigProperty.Jsii$Proxy
An implementation for
CfnFlow.UpsolverS3OutputFormatConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.UpsolverS3OutputFormatConfigProperty.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 Upsolver Amazon S3 bucket.
|
java.lang.Object |
getPrefixConfig()
Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.
|
java.lang.Object getPrefixConfig()
default java.lang.Object getAggregationConfig()
default java.lang.String getFileType()
static CfnFlow.UpsolverS3OutputFormatConfigProperty.Builder builder()