1. Packages
  2. Fivetran Provider
  3. API Docs
  4. getHybridDeploymentAgent
fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran

fivetran.getHybridDeploymentAgent

Explore with Pulumi AI

fivetran logo
fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran

    This data source returns a hybrid deployment agent object.

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fivetran.FivetranFunctions;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var hybridDeploymentAgent = FivetranFunctions.getHybridDeploymentAgents(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);
    
        }
    }
    
    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 dictionary

    The 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:

    DisplayName string
    The unique name for the hybrid deployment agent.
    GroupId string
    The unique identifier for the Group within the Fivetran system.
    Id string
    The unique identifier for the hybrid deployment agent within your account.
    RegisteredAt string
    The timestamp of the time the hybrid deployment agent was created in your account.
    DisplayName string
    The unique name for the hybrid deployment agent.
    GroupId string
    The unique identifier for the Group within the Fivetran system.
    Id string
    The unique identifier for the hybrid deployment agent within your account.
    RegisteredAt string
    The timestamp of the time the hybrid deployment agent was created in your account.
    displayName String
    The unique name for the hybrid deployment agent.
    groupId String
    The unique identifier for the Group within the Fivetran system.
    id String
    The unique identifier for the hybrid deployment agent within your account.
    registeredAt String
    The timestamp of the time the hybrid deployment agent was created in your account.
    displayName string
    The unique name for the hybrid deployment agent.
    groupId string
    The unique identifier for the Group within the Fivetran system.
    id string
    The unique identifier for the hybrid deployment agent within your account.
    registeredAt 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.
    displayName String
    The unique name for the hybrid deployment agent.
    groupId String
    The unique identifier for the Group within the Fivetran system.
    id String
    The unique identifier for the hybrid deployment agent within your account.
    registeredAt 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 fivetran Terraform Provider.
    fivetran logo
    fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran