SfdcInstance

class SfdcInstance : KotlinCustomResource

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

Properties

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

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

Link copied to clipboard
val createTime: Output<String>

Time when the instance is created

Link copied to clipboard
val deleteTime: Output<String>

Time when the instance was deleted. Empty if not deleted.

Link copied to clipboard
val description: Output<String>

A description of the sfdc instance.

Link copied to clipboard
val displayName: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val productId: Output<String>
Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val sfdcOrgId: Output<String>

The SFDC Org Id. This is defined in salesforce.

Link copied to clipboard
val updateTime: Output<String>

Time when the instance was last updated

Link copied to clipboard
val urn: Output<String>