1. Packages
  2. Fivetran Provider
  3. API Docs
  4. getProxyAgents
fivetran 1.6.1 published on Monday, Mar 31, 2025 by fivetran

fivetran.getProxyAgents

Explore with Pulumi AI

This data source returns a list of all proxy agents within your Fivetran account.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as fivetran from "@pulumi/fivetran";

const proxyAgents = fivetran.getProxyAgents({});
Copy
import pulumi
import pulumi_fivetran as fivetran

proxy_agents = fivetran.get_proxy_agents()
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fivetran/fivetran"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := fivetran.GetProxyAgents(ctx, &fivetran.GetProxyAgentsArgs{}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fivetran = Pulumi.Fivetran;

return await Deployment.RunAsync(() => 
{
    var proxyAgents = Fivetran.GetProxyAgents.Invoke();

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fivetran.FivetranFunctions;
import com.pulumi.fivetran.inputs.GetProxyAgentsArgs;
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 proxyAgents = FivetranFunctions.getProxyAgents();

    }
}
Copy
variables:
  proxyAgents:
    fn::invoke:
      function: fivetran:getProxyAgents
      arguments: {}
Copy

Using getProxyAgents

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 getProxyAgents(args: GetProxyAgentsArgs, opts?: InvokeOptions): Promise<GetProxyAgentsResult>
function getProxyAgentsOutput(args: GetProxyAgentsOutputArgs, opts?: InvokeOptions): Output<GetProxyAgentsResult>
Copy
def get_proxy_agents(items: Optional[Sequence[GetProxyAgentsItem]] = None,
                     opts: Optional[InvokeOptions] = None) -> GetProxyAgentsResult
def get_proxy_agents_output(items: Optional[pulumi.Input[Sequence[pulumi.Input[GetProxyAgentsItemArgs]]]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetProxyAgentsResult]
Copy
func GetProxyAgents(ctx *Context, args *GetProxyAgentsArgs, opts ...InvokeOption) (*GetProxyAgentsResult, error)
func GetProxyAgentsOutput(ctx *Context, args *GetProxyAgentsOutputArgs, opts ...InvokeOption) GetProxyAgentsResultOutput
Copy

> Note: This function is named GetProxyAgents in the Go SDK.

public static class GetProxyAgents 
{
    public static Task<GetProxyAgentsResult> InvokeAsync(GetProxyAgentsArgs args, InvokeOptions? opts = null)
    public static Output<GetProxyAgentsResult> Invoke(GetProxyAgentsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetProxyAgentsResult> getProxyAgents(GetProxyAgentsArgs args, InvokeOptions options)
public static Output<GetProxyAgentsResult> getProxyAgents(GetProxyAgentsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: fivetran:index/getProxyAgents:getProxyAgents
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

getProxyAgents Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Items List<GetProxyAgentsItem>
Id string
The provider-assigned unique ID for this managed resource.
Items []GetProxyAgentsItem
id String
The provider-assigned unique ID for this managed resource.
items List<GetProxyAgentsItem>
id string
The provider-assigned unique ID for this managed resource.
items GetProxyAgentsItem[]
id str
The provider-assigned unique ID for this managed resource.
items Sequence[GetProxyAgentsItem]
id String
The provider-assigned unique ID for this managed resource.
items List<Property Map>

Supporting Types

GetProxyAgentsItem

CreatedBy This property is required. string
The actor who created the proxy agent.
DisplayName This property is required. string
Proxy agent name.
GroupRegion This property is required. string
Data processing location. This is where Fivetran will operate and run computation on data.
Id This property is required. string
The unique identifier for the proxy within your account.
RegistredAt This property is required. string
The timestamp of the time the proxy agent was created in your account.
Salt This property is required. string
The salt.
Token This property is required. string
The auth token.
CreatedBy This property is required. string
The actor who created the proxy agent.
DisplayName This property is required. string
Proxy agent name.
GroupRegion This property is required. string
Data processing location. This is where Fivetran will operate and run computation on data.
Id This property is required. string
The unique identifier for the proxy within your account.
RegistredAt This property is required. string
The timestamp of the time the proxy agent was created in your account.
Salt This property is required. string
The salt.
Token This property is required. string
The auth token.
createdBy This property is required. String
The actor who created the proxy agent.
displayName This property is required. String
Proxy agent name.
groupRegion This property is required. String
Data processing location. This is where Fivetran will operate and run computation on data.
id This property is required. String
The unique identifier for the proxy within your account.
registredAt This property is required. String
The timestamp of the time the proxy agent was created in your account.
salt This property is required. String
The salt.
token This property is required. String
The auth token.
createdBy This property is required. string
The actor who created the proxy agent.
displayName This property is required. string
Proxy agent name.
groupRegion This property is required. string
Data processing location. This is where Fivetran will operate and run computation on data.
id This property is required. string
The unique identifier for the proxy within your account.
registredAt This property is required. string
The timestamp of the time the proxy agent was created in your account.
salt This property is required. string
The salt.
token This property is required. string
The auth token.
created_by This property is required. str
The actor who created the proxy agent.
display_name This property is required. str
Proxy agent name.
group_region This property is required. str
Data processing location. This is where Fivetran will operate and run computation on data.
id This property is required. str
The unique identifier for the proxy within your account.
registred_at This property is required. str
The timestamp of the time the proxy agent was created in your account.
salt This property is required. str
The salt.
token This property is required. str
The auth token.
createdBy This property is required. String
The actor who created the proxy agent.
displayName This property is required. String
Proxy agent name.
groupRegion This property is required. String
Data processing location. This is where Fivetran will operate and run computation on data.
id This property is required. String
The unique identifier for the proxy within your account.
registredAt This property is required. String
The timestamp of the time the proxy agent was created in your account.
salt This property is required. String
The salt.
token This property is required. String
The auth token.

Package Details

Repository
fivetran fivetran/terraform-provider-fivetran
License
Notes
This Pulumi package is based on the fivetran Terraform Provider.