Integration Source Connector Properties Args
data class IntegrationSourceConnectorPropertiesArgs(val marketo: Output<IntegrationMarketoSourcePropertiesArgs>? = null, val s3: Output<IntegrationS3SourcePropertiesArgs>? = null, val salesforce: Output<IntegrationSalesforceSourcePropertiesArgs>? = null, val serviceNow: Output<IntegrationServiceNowSourcePropertiesArgs>? = null, val zendesk: Output<IntegrationZendeskSourcePropertiesArgs>? = null) : ConvertibleToJava<IntegrationSourceConnectorPropertiesArgs>
Constructors
Link copied to clipboard
fun IntegrationSourceConnectorPropertiesArgs(marketo: Output<IntegrationMarketoSourcePropertiesArgs>? = null, s3: Output<IntegrationS3SourcePropertiesArgs>? = null, salesforce: Output<IntegrationSalesforceSourcePropertiesArgs>? = null, serviceNow: Output<IntegrationServiceNowSourcePropertiesArgs>? = null, zendesk: Output<IntegrationZendeskSourcePropertiesArgs>? = null)