SourceFlowConfig
public struct SourceFlowConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the connector profile. This name must be unique for each connector profile in the AWS account.
Declaration
Swift
public let connectorProfileName: String? -
The type of connector, such as Salesforce, Amplitude, and so on.
Declaration
Swift
public let connectorType: ConnectorType -
Specifies the information that is required to query a particular source connector.
Declaration
Swift
public let sourceConnectorProperties: SourceConnectorProperties -
Undocumented
Declaration
Swift
public init(connectorProfileName: String? = nil, connectorType: ConnectorType, sourceConnectorProperties: SourceConnectorProperties) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SourceFlowConfig Structure Reference