IntegrationConnectorOperatorArgs

data class IntegrationConnectorOperatorArgs(val marketo: Output<IntegrationMarketoConnectorOperator>? = null, val s3: Output<IntegrationS3ConnectorOperator>? = null, val salesforce: Output<IntegrationSalesforceConnectorOperator>? = null, val serviceNow: Output<IntegrationServiceNowConnectorOperator>? = null, val zendesk: Output<IntegrationZendeskConnectorOperator>? = null) : ConvertibleToJava<IntegrationConnectorOperatorArgs>

Constructors

Link copied to clipboard
constructor(marketo: Output<IntegrationMarketoConnectorOperator>? = null, s3: Output<IntegrationS3ConnectorOperator>? = null, salesforce: Output<IntegrationSalesforceConnectorOperator>? = null, serviceNow: Output<IntegrationServiceNowConnectorOperator>? = null, zendesk: Output<IntegrationZendeskConnectorOperator>? = null)

Properties

Link copied to clipboard

The operation to be performed on the provided Marketo source fields.

Link copied to clipboard
val s3: Output<IntegrationS3ConnectorOperator>? = null

The operation to be performed on the provided Amazon S3 source fields.

Link copied to clipboard

The operation to be performed on the provided Salesforce source fields.

Link copied to clipboard

The operation to be performed on the provided ServiceNow source fields.

Link copied to clipboard

The operation to be performed on the provided Zendesk source fields.

Functions

Link copied to clipboard
open override fun toJava(): IntegrationConnectorOperatorArgs