Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.integrations/v1alpha.getSfdcInstance
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets an sfdc instance. If the instance doesn’t exist, Code.NOT_FOUND exception will be thrown.
Using getSfdcInstance
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSfdcInstance(args: GetSfdcInstanceArgs, opts?: InvokeOptions): Promise<GetSfdcInstanceResult>
function getSfdcInstanceOutput(args: GetSfdcInstanceOutputArgs, opts?: InvokeOptions): Output<GetSfdcInstanceResult>
def get_sfdc_instance(location: Optional[str] = None,
product_id: Optional[str] = None,
project: Optional[str] = None,
sfdc_instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSfdcInstanceResult
def get_sfdc_instance_output(location: Optional[pulumi.Input[str]] = None,
product_id: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
sfdc_instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSfdcInstanceResult]
func LookupSfdcInstance(ctx *Context, args *LookupSfdcInstanceArgs, opts ...InvokeOption) (*LookupSfdcInstanceResult, error)
func LookupSfdcInstanceOutput(ctx *Context, args *LookupSfdcInstanceOutputArgs, opts ...InvokeOption) LookupSfdcInstanceResultOutput
> Note: This function is named LookupSfdcInstance
in the Go SDK.
public static class GetSfdcInstance
{
public static Task<GetSfdcInstanceResult> InvokeAsync(GetSfdcInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetSfdcInstanceResult> Invoke(GetSfdcInstanceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSfdcInstanceResult> getSfdcInstance(GetSfdcInstanceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:integrations/v1alpha:getSfdcInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Location string
- Product
Id string - Sfdc
Instance stringId - Project string
- Location string
- Product
Id string - Sfdc
Instance stringId - Project string
- location String
- product
Id String - sfdc
Instance StringId - project String
- location string
- product
Id string - sfdc
Instance stringId - project string
- location str
- product_
id str - sfdc_
instance_ strid - project str
- location String
- product
Id String - sfdc
Instance StringId - project String
getSfdcInstance Result
The following output properties are available:
- Auth
Config List<string>Id - A list of AuthConfigs that can be tried to open the channel to SFDC
- Create
Time string - Time when the instance is created
- Delete
Time string - Time when the instance was deleted. Empty if not deleted.
- Description string
- A description of the sfdc instance.
- Display
Name string - User selected unique name/alias to easily reference an instance.
- Name string
- Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.
- string
- URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig).
- Sfdc
Org stringId - The SFDC Org Id. This is defined in salesforce.
- Update
Time string - Time when the instance was last updated
- Auth
Config []stringId - A list of AuthConfigs that can be tried to open the channel to SFDC
- Create
Time string - Time when the instance is created
- Delete
Time string - Time when the instance was deleted. Empty if not deleted.
- Description string
- A description of the sfdc instance.
- Display
Name string - User selected unique name/alias to easily reference an instance.
- Name string
- Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.
- string
- URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig).
- Sfdc
Org stringId - The SFDC Org Id. This is defined in salesforce.
- Update
Time string - Time when the instance was last updated
- auth
Config List<String>Id - A list of AuthConfigs that can be tried to open the channel to SFDC
- create
Time String - Time when the instance is created
- delete
Time String - Time when the instance was deleted. Empty if not deleted.
- description String
- A description of the sfdc instance.
- display
Name String - User selected unique name/alias to easily reference an instance.
- name String
- Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.
- String
- URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig).
- sfdc
Org StringId - The SFDC Org Id. This is defined in salesforce.
- update
Time String - Time when the instance was last updated
- auth
Config string[]Id - A list of AuthConfigs that can be tried to open the channel to SFDC
- create
Time string - Time when the instance is created
- delete
Time string - Time when the instance was deleted. Empty if not deleted.
- description string
- A description of the sfdc instance.
- display
Name string - User selected unique name/alias to easily reference an instance.
- name string
- Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.
- string
- URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig).
- sfdc
Org stringId - The SFDC Org Id. This is defined in salesforce.
- update
Time string - Time when the instance was last updated
- auth_
config_ Sequence[str]id - A list of AuthConfigs that can be tried to open the channel to SFDC
- create_
time str - Time when the instance is created
- delete_
time str - Time when the instance was deleted. Empty if not deleted.
- description str
- A description of the sfdc instance.
- display_
name str - User selected unique name/alias to easily reference an instance.
- name str
- Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.
- str
- URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig).
- sfdc_
org_ strid - The SFDC Org Id. This is defined in salesforce.
- update_
time str - Time when the instance was last updated
- auth
Config List<String>Id - A list of AuthConfigs that can be tried to open the channel to SFDC
- create
Time String - Time when the instance is created
- delete
Time String - Time when the instance was deleted. Empty if not deleted.
- description String
- A description of the sfdc instance.
- display
Name String - User selected unique name/alias to easily reference an instance.
- name String
- Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.
- String
- URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig).
- sfdc
Org StringId - The SFDC Org Id. This is defined in salesforce.
- update
Time String - Time when the instance was last updated
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi