1. Packages
  2. Fivetran Provider
  3. API Docs
  4. getGroupConnectors
fivetran 1.5.1 published on Friday, Mar 7, 2025 by fivetran

fivetran.getGroupConnectors

Explore with Pulumi AI

fivetran logo
fivetran 1.5.1 published on Friday, Mar 7, 2025 by fivetran

    This data source returns a list of information about all connectors within a group in your Fivetran account.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fivetran from "@pulumi/fivetran";
    
    const groupConnectors = fivetran.getGroupConnectors({
        id: "anonymous_mystery",
        schema: "connector_schema_name",
    });
    
    import pulumi
    import pulumi_fivetran as fivetran
    
    group_connectors = fivetran.get_group_connectors(id="anonymous_mystery",
        schema="connector_schema_name")
    
    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.GetGroupConnectors(ctx, &fivetran.GetGroupConnectorsArgs{
    			Id:     "anonymous_mystery",
    			Schema: pulumi.StringRef("connector_schema_name"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fivetran = Pulumi.Fivetran;
    
    return await Deployment.RunAsync(() => 
    {
        var groupConnectors = Fivetran.GetGroupConnectors.Invoke(new()
        {
            Id = "anonymous_mystery",
            Schema = "connector_schema_name",
        });
    
    });
    
    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.GetGroupConnectorsArgs;
    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 groupConnectors = FivetranFunctions.getGroupConnectors(GetGroupConnectorsArgs.builder()
                .id("anonymous_mystery")
                .schema("connector_schema_name")
                .build());
    
        }
    }
    
    variables:
      groupConnectors:
        fn::invoke:
          function: fivetran:getGroupConnectors
          arguments:
            id: anonymous_mystery
            schema: connector_schema_name
    

    Using getGroupConnectors

    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 getGroupConnectors(args: GetGroupConnectorsArgs, opts?: InvokeOptions): Promise<GetGroupConnectorsResult>
    function getGroupConnectorsOutput(args: GetGroupConnectorsOutputArgs, opts?: InvokeOptions): Output<GetGroupConnectorsResult>
    def get_group_connectors(connectors: Optional[Sequence[GetGroupConnectorsConnector]] = None,
                             id: Optional[str] = None,
                             schema: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetGroupConnectorsResult
    def get_group_connectors_output(connectors: Optional[pulumi.Input[Sequence[pulumi.Input[GetGroupConnectorsConnectorArgs]]]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             schema: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetGroupConnectorsResult]
    func GetGroupConnectors(ctx *Context, args *GetGroupConnectorsArgs, opts ...InvokeOption) (*GetGroupConnectorsResult, error)
    func GetGroupConnectorsOutput(ctx *Context, args *GetGroupConnectorsOutputArgs, opts ...InvokeOption) GetGroupConnectorsResultOutput

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

    public static class GetGroupConnectors 
    {
        public static Task<GetGroupConnectorsResult> InvokeAsync(GetGroupConnectorsArgs args, InvokeOptions? opts = null)
        public static Output<GetGroupConnectorsResult> Invoke(GetGroupConnectorsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGroupConnectorsResult> getGroupConnectors(GetGroupConnectorsArgs args, InvokeOptions options)
    public static Output<GetGroupConnectorsResult> getGroupConnectors(GetGroupConnectorsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: fivetran:index/getGroupConnectors:getGroupConnectors
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The ID of this resource.
    Connectors List<GetGroupConnectorsConnector>
    Schema string
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
    Id string
    The ID of this resource.
    Connectors []GetGroupConnectorsConnector
    Schema string
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
    id String
    The ID of this resource.
    connectors List<GetGroupConnectorsConnector>
    schema String
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
    id string
    The ID of this resource.
    connectors GetGroupConnectorsConnector[]
    schema string
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
    id str
    The ID of this resource.
    connectors Sequence[GetGroupConnectorsConnector]
    schema str
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
    id String
    The ID of this resource.
    connectors List<Property Map>
    schema String
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.

    getGroupConnectors Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Connectors List<GetGroupConnectorsConnector>
    Schema string
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
    Id string
    The ID of this resource.
    Connectors []GetGroupConnectorsConnector
    Schema string
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
    id String
    The ID of this resource.
    connectors List<GetGroupConnectorsConnector>
    schema String
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
    id string
    The ID of this resource.
    connectors GetGroupConnectorsConnector[]
    schema string
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
    id str
    The ID of this resource.
    connectors Sequence[GetGroupConnectorsConnector]
    schema str
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
    id String
    The ID of this resource.
    connectors List<Property Map>
    schema String
    Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.

    Supporting Types

    GetGroupConnectorsConnector

    ConnectedBy string
    The unique identifier of the user who has created the connector in your account
    CreatedAt string
    The timestamp of the time the connector was created in your account
    DailySyncTime string
    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
    FailedAt string
    The timestamp of the time the connector sync failed last time
    GroupId string
    The unique identifier for the Group within the Fivetran system.
    Id string
    The unique identifier for the Connector within the Fivetran system.
    ScheduleType string
    The connector schedule configuration type. Supported values: auto, manual
    Schema string
    The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
    Service string
    The connector type name within the Fivetran system
    ServiceVersion double
    The connector type version within the Fivetran system
    SucceededAt string
    The timestamp of the time the connector sync succeeded last time
    SyncFrequency double
    The connector sync frequency in minutes
    Status GetGroupConnectorsConnectorStatus
    ConnectedBy string
    The unique identifier of the user who has created the connector in your account
    CreatedAt string
    The timestamp of the time the connector was created in your account
    DailySyncTime string
    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
    FailedAt string
    The timestamp of the time the connector sync failed last time
    GroupId string
    The unique identifier for the Group within the Fivetran system.
    Id string
    The unique identifier for the Connector within the Fivetran system.
    ScheduleType string
    The connector schedule configuration type. Supported values: auto, manual
    Schema string
    The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
    Service string
    The connector type name within the Fivetran system
    ServiceVersion float64
    The connector type version within the Fivetran system
    SucceededAt string
    The timestamp of the time the connector sync succeeded last time
    SyncFrequency float64
    The connector sync frequency in minutes
    Status GetGroupConnectorsConnectorStatus
    connectedBy String
    The unique identifier of the user who has created the connector in your account
    createdAt String
    The timestamp of the time the connector was created in your account
    dailySyncTime String
    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
    failedAt String
    The timestamp of the time the connector sync failed last time
    groupId String
    The unique identifier for the Group within the Fivetran system.
    id String
    The unique identifier for the Connector within the Fivetran system.
    scheduleType String
    The connector schedule configuration type. Supported values: auto, manual
    schema String
    The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
    service String
    The connector type name within the Fivetran system
    serviceVersion Double
    The connector type version within the Fivetran system
    succeededAt String
    The timestamp of the time the connector sync succeeded last time
    syncFrequency Double
    The connector sync frequency in minutes
    status GetGroupConnectorsConnectorStatus
    connectedBy string
    The unique identifier of the user who has created the connector in your account
    createdAt string
    The timestamp of the time the connector was created in your account
    dailySyncTime string
    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
    failedAt string
    The timestamp of the time the connector sync failed last time
    groupId string
    The unique identifier for the Group within the Fivetran system.
    id string
    The unique identifier for the Connector within the Fivetran system.
    scheduleType string
    The connector schedule configuration type. Supported values: auto, manual
    schema string
    The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
    service string
    The connector type name within the Fivetran system
    serviceVersion number
    The connector type version within the Fivetran system
    succeededAt string
    The timestamp of the time the connector sync succeeded last time
    syncFrequency number
    The connector sync frequency in minutes
    status GetGroupConnectorsConnectorStatus
    connected_by str
    The unique identifier of the user who has created the connector in your account
    created_at str
    The timestamp of the time the connector was created in your account
    daily_sync_time str
    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
    failed_at str
    The timestamp of the time the connector sync failed last time
    group_id str
    The unique identifier for the Group within the Fivetran system.
    id str
    The unique identifier for the Connector within the Fivetran system.
    schedule_type str
    The connector schedule configuration type. Supported values: auto, manual
    schema str
    The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
    service str
    The connector type name within the Fivetran system
    service_version float
    The connector type version within the Fivetran system
    succeeded_at str
    The timestamp of the time the connector sync succeeded last time
    sync_frequency float
    The connector sync frequency in minutes
    status GetGroupConnectorsConnectorStatus
    connectedBy String
    The unique identifier of the user who has created the connector in your account
    createdAt String
    The timestamp of the time the connector was created in your account
    dailySyncTime String
    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
    failedAt String
    The timestamp of the time the connector sync failed last time
    groupId String
    The unique identifier for the Group within the Fivetran system.
    id String
    The unique identifier for the Connector within the Fivetran system.
    scheduleType String
    The connector schedule configuration type. Supported values: auto, manual
    schema String
    The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
    service String
    The connector type name within the Fivetran system
    serviceVersion Number
    The connector type version within the Fivetran system
    succeededAt String
    The timestamp of the time the connector sync succeeded last time
    syncFrequency Number
    The connector sync frequency in minutes
    status Property Map

    GetGroupConnectorsConnectorStatus

    IsHistoricalSync bool
    The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
    SetupState string
    The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
    SyncState string
    The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
    UpdateState string
    The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
    Tasks List<GetGroupConnectorsConnectorStatusTask>
    The collection of tasks for the connector
    Warnings List<GetGroupConnectorsConnectorStatusWarning>
    The collection of warnings for the connector.
    IsHistoricalSync bool
    The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
    SetupState string
    The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
    SyncState string
    The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
    UpdateState string
    The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
    Tasks []GetGroupConnectorsConnectorStatusTask
    The collection of tasks for the connector
    Warnings []GetGroupConnectorsConnectorStatusWarning
    The collection of warnings for the connector.
    isHistoricalSync Boolean
    The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
    setupState String
    The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
    syncState String
    The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
    updateState String
    The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
    tasks List<GetGroupConnectorsConnectorStatusTask>
    The collection of tasks for the connector
    warnings List<GetGroupConnectorsConnectorStatusWarning>
    The collection of warnings for the connector.
    isHistoricalSync boolean
    The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
    setupState string
    The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
    syncState string
    The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
    updateState string
    The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
    tasks GetGroupConnectorsConnectorStatusTask[]
    The collection of tasks for the connector
    warnings GetGroupConnectorsConnectorStatusWarning[]
    The collection of warnings for the connector.
    is_historical_sync bool
    The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
    setup_state str
    The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
    sync_state str
    The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
    update_state str
    The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
    tasks Sequence[GetGroupConnectorsConnectorStatusTask]
    The collection of tasks for the connector
    warnings Sequence[GetGroupConnectorsConnectorStatusWarning]
    The collection of warnings for the connector.
    isHistoricalSync Boolean
    The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
    setupState String
    The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
    syncState String
    The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
    updateState String
    The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
    tasks List<Property Map>
    The collection of tasks for the connector
    warnings List<Property Map>
    The collection of warnings for the connector.

    GetGroupConnectorsConnectorStatusTask

    Code string
    Response status code
    Message string
    Response status text
    Code string
    Response status code
    Message string
    Response status text
    code String
    Response status code
    message String
    Response status text
    code string
    Response status code
    message string
    Response status text
    code str
    Response status code
    message str
    Response status text
    code String
    Response status code
    message String
    Response status text

    GetGroupConnectorsConnectorStatusWarning

    Code string
    Response status code
    Message string
    Response status text
    Code string
    Response status code
    Message string
    Response status text
    code String
    Response status code
    message String
    Response status text
    code string
    Response status code
    message string
    Response status text
    code str
    Response status code
    message str
    Response status text
    code String
    Response status code
    message String
    Response status text

    Package Details

    Repository
    fivetran fivetran/terraform-provider-fivetran
    License
    Notes
    This Pulumi package is based on the fivetran Terraform Provider.
    fivetran logo
    fivetran 1.5.1 published on Friday, Mar 7, 2025 by fivetran