@Stability(value=Stable)
public static interface CfnFlow.S3OutputFormatConfigProperty
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.*;
S3OutputFormatConfigProperty s3OutputFormatConfigProperty = S3OutputFormatConfigProperty.builder()
.aggregationConfig(AggregationConfigProperty.builder()
.aggregationType("aggregationType")
.build())
.fileType("fileType")
.prefixConfig(PrefixConfigProperty.builder()
.prefixFormat("prefixFormat")
.prefixType("prefixType")
.build())
.preserveSourceDataTyping(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.S3OutputFormatConfigProperty.Builder
A builder for
CfnFlow.S3OutputFormatConfigProperty |
static class |
CfnFlow.S3OutputFormatConfigProperty.Jsii$Proxy
An implementation for
CfnFlow.S3OutputFormatConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.S3OutputFormatConfigProperty.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 Amazon S3 bucket.
|
default Object |
getPrefixConfig()
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
|
default Object |
getPreserveSourceDataTyping()
`CfnFlow.S3OutputFormatConfigProperty.PreserveSourceDataTyping`.
|
@Stability(value=Stable) @Nullable default Object getAggregationConfig()
@Stability(value=Stable) @Nullable default String getFileType()
@Stability(value=Stable) @Nullable default Object getPrefixConfig()
You can name folders according to the flow frequency and date.
@Stability(value=Stable) @Nullable default Object getPreserveSourceDataTyping()
@Stability(value=Stable) static CfnFlow.S3OutputFormatConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.