@Stability(value=Stable)
public static interface CfnFlow.AggregationConfigProperty
extends software.amazon.jsii.JsiiSerializable
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")
.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 String |
getAggregationType()
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
@Stability(value=Stable) @Nullable default String getAggregationType()
@Stability(value=Stable) static CfnFlow.AggregationConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.