ConnectorOperator
public struct ConnectorOperator : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The operation to be performed on the provided Amplitude source fields.
Declaration
Swift
public let amplitude: AmplitudeConnectorOperator?
-
The operation to be performed on the provided Datadog source fields.
Declaration
Swift
public let datadog: DatadogConnectorOperator?
-
The operation to be performed on the provided Dynatrace source fields.
Declaration
Swift
public let dynatrace: DynatraceConnectorOperator?
-
The operation to be performed on the provided Google Analytics source fields.
Declaration
Swift
public let googleAnalytics: GoogleAnalyticsConnectorOperator?
-
The operation to be performed on the provided Infor Nexus source fields.
Declaration
Swift
public let inforNexus: InforNexusConnectorOperator?
-
The operation to be performed on the provided Marketo source fields.
Declaration
Swift
public let marketo: MarketoConnectorOperator?
-
The operation to be performed on the provided Amazon S3 source fields.
Declaration
Swift
public let s3: S3ConnectorOperator?
-
The operation to be performed on the provided Salesforce source fields.
Declaration
Swift
public let salesforce: SalesforceConnectorOperator?
-
The operation to be performed on the provided ServiceNow source fields.
Declaration
Swift
public let serviceNow: ServiceNowConnectorOperator?
-
The operation to be performed on the provided Singular source fields.
Declaration
Swift
public let singular: SingularConnectorOperator?
-
The operation to be performed on the provided Slack source fields.
Declaration
Swift
public let slack: SlackConnectorOperator?
-
The operation to be performed on the provided Trend Micro source fields.
Declaration
Swift
public let trendmicro: TrendmicroConnectorOperator?
-
The operation to be performed on the provided Veeva source fields.
Declaration
Swift
public let veeva: VeevaConnectorOperator?
-
The operation to be performed on the provided Zendesk source fields.
Declaration
Swift
public let zendesk: ZendeskConnectorOperator?
-
init(amplitude:datadog:dynatrace:googleAnalytics:inforNexus:marketo:s3:salesforce:serviceNow:singular:slack:trendmicro:veeva:zendesk:)
Undocumented
Declaration
Swift
public init(amplitude: AmplitudeConnectorOperator? = nil, datadog: DatadogConnectorOperator? = nil, dynatrace: DynatraceConnectorOperator? = nil, googleAnalytics: GoogleAnalyticsConnectorOperator? = nil, inforNexus: InforNexusConnectorOperator? = nil, marketo: MarketoConnectorOperator? = nil, s3: S3ConnectorOperator? = nil, salesforce: SalesforceConnectorOperator? = nil, serviceNow: ServiceNowConnectorOperator? = nil, singular: SingularConnectorOperator? = nil, slack: SlackConnectorOperator? = nil, trendmicro: TrendmicroConnectorOperator? = nil, veeva: VeevaConnectorOperator? = nil, zendesk: ZendeskConnectorOperator? = nil)