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() .prefixFormat("prefixFormat") .prefixType("prefixType") .build()) // the properties below are optional .aggregationConfig(AggregationConfigProperty.builder() .aggregationType("aggregationType") .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()
Determines the prefix that Amazon AppFlow applies to the destination folder name.
|
java.lang.Object getPrefixConfig()
You can name your destination folders according to the flow frequency and date.
default java.lang.Object getAggregationConfig()
default java.lang.String getFileType()
static CfnFlow.UpsolverS3OutputFormatConfigProperty.Builder builder()