Interface CfnFlowPropsMixin.IUpsolverS3OutputFormatConfigProperty
The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppFlow
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.IUpsolverS3OutputFormatConfigProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.IUpsolverS3OutputFormatConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.AppFlow;
var upsolverS3OutputFormatConfigProperty = new UpsolverS3OutputFormatConfigProperty {
AggregationConfig = new AggregationConfigProperty {
AggregationType = "aggregationType",
TargetFileSize = 123
},
FileType = "fileType",
PrefixConfig = new PrefixConfigProperty {
PathPrefixHierarchy = new [] { "pathPrefixHierarchy" },
PrefixFormat = "prefixFormat",
PrefixType = "prefixType"
}
};
Synopsis
Properties
| AggregationConfig | The aggregation settings that you can use to customize the output format of your flow data. |
| FileType | Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket. |
| PrefixConfig | Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination. |
Properties
AggregationConfig
The aggregation settings that you can use to customize the output format of your flow data.
object? AggregationConfig { get; }
Property Value
Remarks
FileType
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
string? FileType { get; }
Property Value
Remarks
PrefixConfig
Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.
object? PrefixConfig { get; }