Viewing docs for fivetran 1.9.26
published on Friday, Mar 20, 2026 by fivetran
published on Friday, Mar 20, 2026 by fivetran
Viewing docs for fivetran 1.9.26
published on Friday, Mar 20, 2026 by fivetran
published on Friday, Mar 20, 2026 by fivetran
This data source returns a hybrid deployment agent object.
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
variables:
hybridDeploymentAgent:
fn::invoke:
function: fivetran:getHybridDeploymentAgents
arguments:
id: hybrid_deployment_agent_id
Using getHybridDeploymentAgent
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 getHybridDeploymentAgent(args: GetHybridDeploymentAgentArgs, opts?: InvokeOptions): Promise<GetHybridDeploymentAgentResult>
function getHybridDeploymentAgentOutput(args: GetHybridDeploymentAgentOutputArgs, opts?: InvokeOptions): Output<GetHybridDeploymentAgentResult>def get_hybrid_deployment_agent(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHybridDeploymentAgentResult
def get_hybrid_deployment_agent_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHybridDeploymentAgentResult]func LookupHybridDeploymentAgent(ctx *Context, args *LookupHybridDeploymentAgentArgs, opts ...InvokeOption) (*LookupHybridDeploymentAgentResult, error)
func LookupHybridDeploymentAgentOutput(ctx *Context, args *LookupHybridDeploymentAgentOutputArgs, opts ...InvokeOption) LookupHybridDeploymentAgentResultOutput> Note: This function is named LookupHybridDeploymentAgent in the Go SDK.
public static class GetHybridDeploymentAgent
{
public static Task<GetHybridDeploymentAgentResult> InvokeAsync(GetHybridDeploymentAgentArgs args, InvokeOptions? opts = null)
public static Output<GetHybridDeploymentAgentResult> Invoke(GetHybridDeploymentAgentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHybridDeploymentAgentResult> getHybridDeploymentAgent(GetHybridDeploymentAgentArgs args, InvokeOptions options)
public static Output<GetHybridDeploymentAgentResult> getHybridDeploymentAgent(GetHybridDeploymentAgentArgs args, InvokeOptions options)
fn::invoke:
function: fivetran:index/getHybridDeploymentAgent:getHybridDeploymentAgent
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- The unique identifier for the hybrid deployment agent within your account.
- Id string
- The unique identifier for the hybrid deployment agent within your account.
- id String
- The unique identifier for the hybrid deployment agent within your account.
- id string
- The unique identifier for the hybrid deployment agent within your account.
- id str
- The unique identifier for the hybrid deployment agent within your account.
- id String
- The unique identifier for the hybrid deployment agent within your account.
getHybridDeploymentAgent Result
The following output properties are available:
- Display
Name string - The unique name for the hybrid deployment agent.
- Group
Id string - The unique identifier for the Group within the Fivetran system.
- Id string
- The unique identifier for the hybrid deployment agent within your account.
- Registered
At string - The timestamp of the time the hybrid deployment agent was created in your account.
- Display
Name string - The unique name for the hybrid deployment agent.
- Group
Id string - The unique identifier for the Group within the Fivetran system.
- Id string
- The unique identifier for the hybrid deployment agent within your account.
- Registered
At string - The timestamp of the time the hybrid deployment agent was created in your account.
- display
Name String - The unique name for the hybrid deployment agent.
- group
Id String - The unique identifier for the Group within the Fivetran system.
- id String
- The unique identifier for the hybrid deployment agent within your account.
- registered
At String - The timestamp of the time the hybrid deployment agent was created in your account.
- display
Name string - The unique name for the hybrid deployment agent.
- group
Id string - The unique identifier for the Group within the Fivetran system.
- id string
- The unique identifier for the hybrid deployment agent within your account.
- registered
At string - The timestamp of the time the hybrid deployment agent was created in your account.
- display_
name str - The unique name for the hybrid deployment agent.
- group_
id str - The unique identifier for the Group within the Fivetran system.
- id str
- The unique identifier for the hybrid deployment agent within your account.
- registered_
at str - The timestamp of the time the hybrid deployment agent was created in your account.
- display
Name String - The unique name for the hybrid deployment agent.
- group
Id String - The unique identifier for the Group within the Fivetran system.
- id String
- The unique identifier for the hybrid deployment agent within your account.
- registered
At String - The timestamp of the time the hybrid deployment agent was created in your account.
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetranTerraform Provider.
Viewing docs for fivetran 1.9.26
published on Friday, Mar 20, 2026 by fivetran
published on Friday, Mar 20, 2026 by fivetran
