S3OutputFormatConfig
public struct S3OutputFormatConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let aggregationConfig: AggregationConfig?
-
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
Declaration
Swift
public let fileType: FileType?
-
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.
Declaration
Swift
public let prefixConfig: PrefixConfig?
-
Undocumented
Declaration
Swift
public init(aggregationConfig: AggregationConfig? = nil, fileType: FileType? = nil, prefixConfig: PrefixConfig? = nil)