SalesforceDestinationProperties
public struct SalesforceDestinationProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce 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 object specified in the Salesforce flow destination.
Declaration
Swift
public let object: String
-
Undocumented
Declaration
Swift
public init(errorHandlingConfig: ErrorHandlingConfig? = nil, object: String)
-
Declaration
Swift
public func validate(name: String) throws