SnowflakeDestinationProperties

public struct SnowflakeDestinationProperties : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The object key for the destination bucket in which Amazon AppFlow places the files.

    Declaration

    Swift

    public let bucketPrefix: String?
  • The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake 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 Snowflake.

    Declaration

    Swift

    public let intermediateBucketName: String
  • The object specified in the Snowflake 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