S3DestinationProperties
public struct S3DestinationProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
Declaration
Swift
public let bucketName: String
-
The object key for the destination bucket in which Amazon AppFlow places the files.
Declaration
Swift
public let bucketPrefix: String?
-
Undocumented
Declaration
Swift
public let s3OutputFormatConfig: S3OutputFormatConfig?
-
Undocumented
Declaration
Swift
public init(bucketName: String, bucketPrefix: String? = nil, s3OutputFormatConfig: S3OutputFormatConfig? = nil)
-
Declaration
Swift
public func validate(name: String) throws