public static interface CfnFlow.AggregationConfigProperty
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.*; AggregationConfigProperty aggregationConfigProperty = AggregationConfigProperty.builder() .aggregationType("aggregationType") .targetFileSize(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.AggregationConfigProperty.Builder
A builder for
CfnFlow.AggregationConfigProperty |
static class |
CfnFlow.AggregationConfigProperty.Jsii$Proxy
An implementation for
CfnFlow.AggregationConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.AggregationConfigProperty.Builder |
builder() |
default java.lang.String |
getAggregationType()
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
default java.lang.Number |
getTargetFileSize()
`CfnFlow.AggregationConfigProperty.TargetFileSize`.
|
default java.lang.String getAggregationType()
default java.lang.Number getTargetFileSize()
static CfnFlow.AggregationConfigProperty.Builder builder()