DestinationFlowConfig
public struct DestinationFlowConfig : 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
-
This stores the information that is required to query a particular connector.
Declaration
Swift
public let destinationConnectorProperties: DestinationConnectorProperties
-
Undocumented
Declaration
Swift
public init(connectorProfileName: String? = nil, connectorType: ConnectorType, destinationConnectorProperties: DestinationConnectorProperties)
-
Declaration
Swift
public func validate(name: String) throws