File tree 2 files changed +25
-1
lines changed
services/appflow/src/main/resources/codegen-resources
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Appflow" ,
4
+ "contributor" : " " ,
5
+ "description" : " Feature to add support for JSON-L format for S3 as a source."
6
+ }
Original file line number Diff line number Diff line change 2727
2727
},
2728
2728
"documentation" :" <p> The properties that are applied when Amazon S3 is used as a destination. </p>"
2729
2729
},
2730
+ "S3InputFileType" :{
2731
+ "type" :" string" ,
2732
+ "enum" :[
2733
+ " CSV" ,
2734
+ " JSON"
2735
+ ]
2736
+ },
2737
+ "S3InputFormatConfig" :{
2738
+ "type" :" structure" ,
2739
+ "members" :{
2740
+ "s3InputFileType" :{
2741
+ "shape" :" S3InputFileType" ,
2742
+ "documentation" :" <p> The file type that Amazon AppFlow gets from your Amazon S3 bucket. </p>"
2743
+ }
2744
+ },
2745
+ "documentation" :" <p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>"
2746
+ },
2730
2747
"S3Metadata" :{
2731
2748
"type" :" structure" ,
2732
2749
"members" :{
2759
2776
"bucketPrefix" :{
2760
2777
"shape" :" BucketPrefix" ,
2761
2778
"documentation" :" <p> The object key for the Amazon S3 bucket in which the source files are stored. </p>"
2762
- }
2779
+ },
2780
+ "s3InputFormatConfig" :{"shape" :" S3InputFormatConfig" }
2763
2781
},
2764
2782
"documentation" :" <p> The properties that are applied when Amazon S3 is being used as the flow source. </p>"
2765
2783
},
You can’t perform that action at this time.
0 commit comments