@Stability(value=Stable)
public static interface CfnFlow.UpsolverS3OutputFormatConfigProperty
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.*;
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 Object |
getAggregationConfig()
The aggregation settings that you can use to customize the output format of your flow data.
|
default String |
getFileType()
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
|
Object |
getPrefixConfig()
Determines the prefix that Amazon AppFlow applies to the destination folder name.
|
@Stability(value=Stable) @NotNull Object getPrefixConfig()
You can name your destination folders according to the flow frequency and date.
@Stability(value=Stable) @Nullable default Object getAggregationConfig()
@Stability(value=Stable) @Nullable default String getFileType()
@Stability(value=Stable) static CfnFlow.UpsolverS3OutputFormatConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.