SalesforceSourceProperties
public struct SalesforceSourceProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
Declaration
Swift
public let enableDynamicFieldUpdate: Bool?
-
Indicates whether Amazon AppFlow includes deleted files in the flow run.
Declaration
Swift
public let includeDeletedRecords: Bool?
-
The object specified in the Salesforce flow source.
Declaration
Swift
public let object: String
-
Undocumented
Declaration
Swift
public init(enableDynamicFieldUpdate: Bool? = nil, includeDeletedRecords: Bool? = nil, object: String)
-
Declaration
Swift
public func validate(name: String) throws