Interface CfnFlow.S3InputFormatConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlow.S3InputFormatConfigProperty.Jsii$Proxy
Enclosing class:
CfnFlow

@Stability(Stable) public static interface CfnFlow.S3InputFormatConfigProperty extends software.amazon.jsii.JsiiSerializable
When you use Amazon S3 as the source, the configuration format that you provide the flow input data.

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.*;
 S3InputFormatConfigProperty s3InputFormatConfigProperty = S3InputFormatConfigProperty.builder()
         .s3InputFileType("s3InputFileType")
         .build();
 

See Also: