SfdcInstanceArgs

data class SfdcInstanceArgs(val authConfigId: Output<List<String>>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val productId: Output<String>? = null, val project: Output<String>? = null, val serviceAuthority: Output<String>? = null, val sfdcOrgId: Output<String>? = null) : ConvertibleToJava<SfdcInstanceArgs>

Creates an sfdc instance record. Store the sfdc instance in Spanner. Returns the sfdc instance. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
constructor(authConfigId: Output<List<String>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, productId: Output<String>? = null, project: Output<String>? = null, serviceAuthority: Output<String>? = null, sfdcOrgId: Output<String>? = null)

Properties

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

A list of AuthConfigs that can be tried to open the channel to SFDC

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

A description of the sfdc instance.

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

User selected unique name/alias to easily reference an instance.

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

Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.

Link copied to clipboard
val productId: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val serviceAuthority: Output<String>? = null

URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig).

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

The SFDC Org Id. This is defined in salesforce.

Functions

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