Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html#cfn-appflow-flow-upsolvers3outputformatconfig-aggregationconfig

Type union: either IResolvable or CfnFlowPropsMixin.IAggregationConfigProperty

FileType

Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.

string? FileType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html#cfn-appflow-flow-upsolvers3outputformatconfig-filetype

PrefixConfig

Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.

object? PrefixConfig { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html#cfn-appflow-flow-upsolvers3outputformatconfig-prefixconfig

Type union: either IResolvable or CfnFlowPropsMixin.IPrefixConfigProperty

Back to top Generated by DocFX