ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforceArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforceArgs(val instanceUrl: Output<String>? = null, val isSandboxEnvironment: Output<Boolean>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforceArgs>

Constructors

constructor(instanceUrl: Output<String>? = null, isSandboxEnvironment: Output<Boolean>? = null)

Properties

Link copied to clipboard
val instanceUrl: Output<String>? = null

The location of the Datadog resource.

Link copied to clipboard
val isSandboxEnvironment: Output<Boolean>? = null

Indicates whether the connector profile applies to a sandbox or production environment.

Functions

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