Connector Profile Properties Args
data class ConnectorProfilePropertiesArgs(val customConnector: Output<ConnectorProfileCustomConnectorProfilePropertiesArgs>? = null, val datadog: Output<ConnectorProfileDatadogConnectorProfilePropertiesArgs>? = null, val dynatrace: Output<ConnectorProfileDynatraceConnectorProfilePropertiesArgs>? = null, val inforNexus: Output<ConnectorProfileInforNexusConnectorProfilePropertiesArgs>? = null, val marketo: Output<ConnectorProfileMarketoConnectorProfilePropertiesArgs>? = null, val pardot: Output<ConnectorProfilePardotConnectorProfilePropertiesArgs>? = null, val redshift: Output<ConnectorProfileRedshiftConnectorProfilePropertiesArgs>? = null, val salesforce: Output<ConnectorProfileSalesforceConnectorProfilePropertiesArgs>? = null, val sapoData: Output<ConnectorProfileSapoDataConnectorProfilePropertiesArgs>? = null, val serviceNow: Output<ConnectorProfileServiceNowConnectorProfilePropertiesArgs>? = null, val slack: Output<ConnectorProfileSlackConnectorProfilePropertiesArgs>? = null, val snowflake: Output<ConnectorProfileSnowflakeConnectorProfilePropertiesArgs>? = null, val veeva: Output<ConnectorProfileVeevaConnectorProfilePropertiesArgs>? = null, val zendesk: Output<ConnectorProfileZendeskConnectorProfilePropertiesArgs>? = null) : ConvertibleToJava<ConnectorProfilePropertiesArgs>
Connector specific properties needed to create connector profile - currently not needed for Amplitude, Trendmicro, Googleanalytics and Singular
Constructors
Link copied to clipboard
fun ConnectorProfilePropertiesArgs(customConnector: Output<ConnectorProfileCustomConnectorProfilePropertiesArgs>? = null, datadog: Output<ConnectorProfileDatadogConnectorProfilePropertiesArgs>? = null, dynatrace: Output<ConnectorProfileDynatraceConnectorProfilePropertiesArgs>? = null, inforNexus: Output<ConnectorProfileInforNexusConnectorProfilePropertiesArgs>? = null, marketo: Output<ConnectorProfileMarketoConnectorProfilePropertiesArgs>? = null, pardot: Output<ConnectorProfilePardotConnectorProfilePropertiesArgs>? = null, redshift: Output<ConnectorProfileRedshiftConnectorProfilePropertiesArgs>? = null, salesforce: Output<ConnectorProfileSalesforceConnectorProfilePropertiesArgs>? = null, sapoData: Output<ConnectorProfileSapoDataConnectorProfilePropertiesArgs>? = null, serviceNow: Output<ConnectorProfileServiceNowConnectorProfilePropertiesArgs>? = null, slack: Output<ConnectorProfileSlackConnectorProfilePropertiesArgs>? = null, snowflake: Output<ConnectorProfileSnowflakeConnectorProfilePropertiesArgs>? = null, veeva: Output<ConnectorProfileVeevaConnectorProfilePropertiesArgs>? = null, zendesk: Output<ConnectorProfileZendeskConnectorProfilePropertiesArgs>? = null)