Data Source Salesforce Source Configuration Args
data class DataSourceSalesforceSourceConfigurationArgs(val authType: Output<DataSourceSalesforceSourceConfigurationAuthType>, val credentialsSecretArn: Output<String>, val hostUrl: Output<String>) : ConvertibleToJava<DataSourceSalesforceSourceConfigurationArgs>
The endpoint information to connect to your Salesforce data source.
Constructors
Link copied to clipboard
constructor(authType: Output<DataSourceSalesforceSourceConfigurationAuthType>, credentialsSecretArn: Output<String>, hostUrl: Output<String>)
Properties
Link copied to clipboard
The supported authentication type to authenticate and connect to your Salesforce instance.
Link copied to clipboard
The Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Salesforce connection configuration.