RedshiftDestinationProperties
public struct RedshiftDestinationProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The object key for the bucket in which Amazon AppFlow places the destination files.
Declaration
Swift
public let bucketPrefix: String?
-
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.
Declaration
Swift
public let errorHandlingConfig: ErrorHandlingConfig?
-
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
Declaration
Swift
public let intermediateBucketName: String
-
The object specified in the Amazon Redshift flow destination.
Declaration
Swift
public let object: String
-
Undocumented
Declaration
Swift
public init(bucketPrefix: String? = nil, errorHandlingConfig: ErrorHandlingConfig? = nil, intermediateBucketName: String, object: String)
-
Declaration
Swift
public func validate(name: String) throws