fivetran 1.8.1 published on Wednesday, May 28, 2025 by fivetran
fivetran.getConnections
Explore with Pulumi AI
fivetran 1.8.1 published on Wednesday, May 28, 2025 by fivetran
This data source returns list of connection objects.
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 com.pulumi.fivetran.inputs.GetConnectionsArgs;
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 connection = FivetranFunctions.getConnections(GetConnectionsArgs.builder()
.id("anonymous_mystery")
.build());
}
}
variables:
connection:
fn::invoke:
function: fivetran:getConnections
arguments:
id: anonymous_mystery
Using getConnections
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 getConnections(args: GetConnectionsArgs, opts?: InvokeOptions): Promise<GetConnectionsResult>
function getConnectionsOutput(args: GetConnectionsOutputArgs, opts?: InvokeOptions): Output<GetConnectionsResult>
def get_connections(connections: Optional[Sequence[GetConnectionsConnection]] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectionsResult
def get_connections_output(connections: Optional[pulumi.Input[Sequence[pulumi.Input[GetConnectionsConnectionArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectionsResult]
func GetConnections(ctx *Context, args *GetConnectionsArgs, opts ...InvokeOption) (*GetConnectionsResult, error)
func GetConnectionsOutput(ctx *Context, args *GetConnectionsOutputArgs, opts ...InvokeOption) GetConnectionsResultOutput
> Note: This function is named GetConnections
in the Go SDK.
public static class GetConnections
{
public static Task<GetConnectionsResult> InvokeAsync(GetConnectionsArgs args, InvokeOptions? opts = null)
public static Output<GetConnectionsResult> Invoke(GetConnectionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectionsResult> getConnections(GetConnectionsArgs args, InvokeOptions options)
public static Output<GetConnectionsResult> getConnections(GetConnectionsArgs args, InvokeOptions options)
fn::invoke:
function: fivetran:index/getConnections:getConnections
arguments:
# arguments dictionary
The following arguments are supported:
getConnections Result
The following output properties are available:
- Id string
- The ID of this resource.
- Connections
List<Get
Connections Connection>
- Id string
- The ID of this resource.
- Connections
[]Get
Connections Connection
- id String
- The ID of this resource.
- connections
List<Get
Connections Connection>
- id string
- The ID of this resource.
- connections
Get
Connections Connection[]
- id str
- The ID of this resource.
- connections
Sequence[Get
Connections Connection]
- id String
- The ID of this resource.
- connections List<Property Map>
Supporting Types
GetConnectionsConnection
- Connected
By string - The unique identifier of the user who has created the connection in your account.
- Created
At string - The timestamp of the time the connection was created in your account.
- Daily
Sync stringTime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time.
- Data
Delay stringSensitivity - The level of data delay notification threshold. Possible values: LOW, NORMAL, HIGH, CUSTOM. The default value NORMAL. CUSTOM is only available for customers using the Enterprise plan or above.
- Data
Delay doubleThreshold - Custom sync delay notification threshold in minutes. The default value is 0. This parameter is only used when datadelaysensitivity set to CUSTOM.
- Failed
At string - The timestamp of the time the connection sync failed last time.
- Group
Id string - The unique identifier for the Group (Destination) within the Fivetran system.
- Hybrid
Deployment stringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- Id string
- The unique identifier for the connection within the Fivetran system.
- Name string
- The name used both as the connection's name within the Fivetran system and as the source schema's name within your destination.
- Networking
Method string - Possible values: Directly, SshTunnel, ProxyAgent.
- Pause
After boolTrial - Specifies whether the connection should be paused after the free trial period has ended.
- Paused bool
- Specifies whether the connection is paused.
- Private
Link stringId - The private link ID.
- Proxy
Agent stringId - The proxy agent ID.
- Schedule
Type string - The connection schedule configuration type. Supported values: auto, manual.
- Service string
- The connector type id within the Fivetran system.
- Service
Version string - The connector type version within the Fivetran system.
- Succeeded
At string - The timestamp of the time the connection sync succeeded last time.
- Sync
Frequency double - The connection sync frequency in minutes.
- Connected
By string - The unique identifier of the user who has created the connection in your account.
- Created
At string - The timestamp of the time the connection was created in your account.
- Daily
Sync stringTime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time.
- Data
Delay stringSensitivity - The level of data delay notification threshold. Possible values: LOW, NORMAL, HIGH, CUSTOM. The default value NORMAL. CUSTOM is only available for customers using the Enterprise plan or above.
- Data
Delay float64Threshold - Custom sync delay notification threshold in minutes. The default value is 0. This parameter is only used when datadelaysensitivity set to CUSTOM.
- Failed
At string - The timestamp of the time the connection sync failed last time.
- Group
Id string - The unique identifier for the Group (Destination) within the Fivetran system.
- Hybrid
Deployment stringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- Id string
- The unique identifier for the connection within the Fivetran system.
- Name string
- The name used both as the connection's name within the Fivetran system and as the source schema's name within your destination.
- Networking
Method string - Possible values: Directly, SshTunnel, ProxyAgent.
- Pause
After boolTrial - Specifies whether the connection should be paused after the free trial period has ended.
- Paused bool
- Specifies whether the connection is paused.
- Private
Link stringId - The private link ID.
- Proxy
Agent stringId - The proxy agent ID.
- Schedule
Type string - The connection schedule configuration type. Supported values: auto, manual.
- Service string
- The connector type id within the Fivetran system.
- Service
Version string - The connector type version within the Fivetran system.
- Succeeded
At string - The timestamp of the time the connection sync succeeded last time.
- Sync
Frequency float64 - The connection sync frequency in minutes.
- connected
By String - The unique identifier of the user who has created the connection in your account.
- created
At String - The timestamp of the time the connection was created in your account.
- daily
Sync StringTime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time.
- data
Delay StringSensitivity - The level of data delay notification threshold. Possible values: LOW, NORMAL, HIGH, CUSTOM. The default value NORMAL. CUSTOM is only available for customers using the Enterprise plan or above.
- data
Delay DoubleThreshold - Custom sync delay notification threshold in minutes. The default value is 0. This parameter is only used when datadelaysensitivity set to CUSTOM.
- failed
At String - The timestamp of the time the connection sync failed last time.
- group
Id String - The unique identifier for the Group (Destination) within the Fivetran system.
- hybrid
Deployment StringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- id String
- The unique identifier for the connection within the Fivetran system.
- name String
- The name used both as the connection's name within the Fivetran system and as the source schema's name within your destination.
- networking
Method String - Possible values: Directly, SshTunnel, ProxyAgent.
- pause
After BooleanTrial - Specifies whether the connection should be paused after the free trial period has ended.
- paused Boolean
- Specifies whether the connection is paused.
- private
Link StringId - The private link ID.
- proxy
Agent StringId - The proxy agent ID.
- schedule
Type String - The connection schedule configuration type. Supported values: auto, manual.
- service String
- The connector type id within the Fivetran system.
- service
Version String - The connector type version within the Fivetran system.
- succeeded
At String - The timestamp of the time the connection sync succeeded last time.
- sync
Frequency Double - The connection sync frequency in minutes.
- connected
By string - The unique identifier of the user who has created the connection in your account.
- created
At string - The timestamp of the time the connection was created in your account.
- daily
Sync stringTime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time.
- data
Delay stringSensitivity - The level of data delay notification threshold. Possible values: LOW, NORMAL, HIGH, CUSTOM. The default value NORMAL. CUSTOM is only available for customers using the Enterprise plan or above.
- data
Delay numberThreshold - Custom sync delay notification threshold in minutes. The default value is 0. This parameter is only used when datadelaysensitivity set to CUSTOM.
- failed
At string - The timestamp of the time the connection sync failed last time.
- group
Id string - The unique identifier for the Group (Destination) within the Fivetran system.
- hybrid
Deployment stringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- id string
- The unique identifier for the connection within the Fivetran system.
- name string
- The name used both as the connection's name within the Fivetran system and as the source schema's name within your destination.
- networking
Method string - Possible values: Directly, SshTunnel, ProxyAgent.
- pause
After booleanTrial - Specifies whether the connection should be paused after the free trial period has ended.
- paused boolean
- Specifies whether the connection is paused.
- private
Link stringId - The private link ID.
- proxy
Agent stringId - The proxy agent ID.
- schedule
Type string - The connection schedule configuration type. Supported values: auto, manual.
- service string
- The connector type id within the Fivetran system.
- service
Version string - The connector type version within the Fivetran system.
- succeeded
At string - The timestamp of the time the connection sync succeeded last time.
- sync
Frequency number - The connection sync frequency in minutes.
- connected_
by str - The unique identifier of the user who has created the connection in your account.
- created_
at str - The timestamp of the time the connection was created in your account.
- daily_
sync_ strtime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time.
- data_
delay_ strsensitivity - The level of data delay notification threshold. Possible values: LOW, NORMAL, HIGH, CUSTOM. The default value NORMAL. CUSTOM is only available for customers using the Enterprise plan or above.
- data_
delay_ floatthreshold - Custom sync delay notification threshold in minutes. The default value is 0. This parameter is only used when datadelaysensitivity set to CUSTOM.
- failed_
at str - The timestamp of the time the connection sync failed last time.
- group_
id str - The unique identifier for the Group (Destination) within the Fivetran system.
- hybrid_
deployment_ stragent_ id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- id str
- The unique identifier for the connection within the Fivetran system.
- name str
- The name used both as the connection's name within the Fivetran system and as the source schema's name within your destination.
- networking_
method str - Possible values: Directly, SshTunnel, ProxyAgent.
- pause_
after_ booltrial - Specifies whether the connection should be paused after the free trial period has ended.
- paused bool
- Specifies whether the connection is paused.
- private_
link_ strid - The private link ID.
- proxy_
agent_ strid - The proxy agent ID.
- schedule_
type str - The connection schedule configuration type. Supported values: auto, manual.
- service str
- The connector type id within the Fivetran system.
- service_
version str - The connector type version within the Fivetran system.
- succeeded_
at str - The timestamp of the time the connection sync succeeded last time.
- sync_
frequency float - The connection sync frequency in minutes.
- connected
By String - The unique identifier of the user who has created the connection in your account.
- created
At String - The timestamp of the time the connection was created in your account.
- daily
Sync StringTime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time.
- data
Delay StringSensitivity - The level of data delay notification threshold. Possible values: LOW, NORMAL, HIGH, CUSTOM. The default value NORMAL. CUSTOM is only available for customers using the Enterprise plan or above.
- data
Delay NumberThreshold - Custom sync delay notification threshold in minutes. The default value is 0. This parameter is only used when datadelaysensitivity set to CUSTOM.
- failed
At String - The timestamp of the time the connection sync failed last time.
- group
Id String - The unique identifier for the Group (Destination) within the Fivetran system.
- hybrid
Deployment StringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- id String
- The unique identifier for the connection within the Fivetran system.
- name String
- The name used both as the connection's name within the Fivetran system and as the source schema's name within your destination.
- networking
Method String - Possible values: Directly, SshTunnel, ProxyAgent.
- pause
After BooleanTrial - Specifies whether the connection should be paused after the free trial period has ended.
- paused Boolean
- Specifies whether the connection is paused.
- private
Link StringId - The private link ID.
- proxy
Agent StringId - The proxy agent ID.
- schedule
Type String - The connection schedule configuration type. Supported values: auto, manual.
- service String
- The connector type id within the Fivetran system.
- service
Version String - The connector type version within the Fivetran system.
- succeeded
At String - The timestamp of the time the connection sync succeeded last time.
- sync
Frequency Number - The connection sync frequency in minutes.
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.
fivetran 1.8.1 published on Wednesday, May 28, 2025 by fivetran