Connector Profile Salesforce Connector Profile Properties Args
data class ConnectorProfileSalesforceConnectorProfilePropertiesArgs(val instanceUrl: Output<String>? = null, val isSandboxEnvironment: Output<Boolean>? = null, val usePrivateLinkForMetadataAndAuthorization: Output<Boolean>? = null) : ConvertibleToJava<ConnectorProfileSalesforceConnectorProfilePropertiesArgs>
Constructors
Link copied to clipboard
fun ConnectorProfileSalesforceConnectorProfilePropertiesArgs(instanceUrl: Output<String>? = null, isSandboxEnvironment: Output<Boolean>? = null, usePrivateLinkForMetadataAndAuthorization: Output<Boolean>? = null)