Show / Hide Table of Contents

Interface CfnFlowPropsMixin.IS3InputFormatConfigProperty

When you use Amazon S3 as the source, the configuration format that you provide the flow input data.

Namespace: Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.IS3InputFormatConfigProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.IS3InputFormatConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3inputformatconfig.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.Mixins.Preview.AWS.AppFlow.Mixins;

             var s3InputFormatConfigProperty = new S3InputFormatConfigProperty {
                 S3InputFileType = "s3InputFileType"
             };

Synopsis

Properties

S3InputFileType

The file type that Amazon AppFlow gets from your Amazon S3 bucket.

Properties

S3InputFileType

The file type that Amazon AppFlow gets from your Amazon S3 bucket.

string? S3InputFileType { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX