fivetran.getConnectorsMetadata
Explore with Pulumi AI
This data source returns all available source types within your Fivetran account. This data source makes it easier to display Fivetran connectors within your application because it provides metadata including the proper source name (‘Facebook Ad Account’ instead of facebook_ad_account), the source icon, and links to Fivetran resources. As we update source names and icons, that metadata will automatically update within this endpoint.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fivetran from "@pulumi/fivetran";
const sources = fivetran.getConnectorsMetadata({});
import pulumi
import pulumi_fivetran as fivetran
sources = fivetran.get_connectors_metadata()
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.GetConnectorsMetadata(ctx, &fivetran.GetConnectorsMetadataArgs{}, 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 sources = Fivetran.GetConnectorsMetadata.Invoke();
});
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.GetConnectorsMetadataArgs;
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 sources = FivetranFunctions.getConnectorsMetadata();
}
}
variables:
sources:
fn::invoke:
function: fivetran:getConnectorsMetadata
arguments: {}
Using getConnectorsMetadata
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 getConnectorsMetadata(args: GetConnectorsMetadataArgs, opts?: InvokeOptions): Promise<GetConnectorsMetadataResult>
function getConnectorsMetadataOutput(args: GetConnectorsMetadataOutputArgs, opts?: InvokeOptions): Output<GetConnectorsMetadataResult>
def get_connectors_metadata(sources: Optional[Sequence[GetConnectorsMetadataSource]] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectorsMetadataResult
def get_connectors_metadata_output(sources: Optional[pulumi.Input[Sequence[pulumi.Input[GetConnectorsMetadataSourceArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectorsMetadataResult]
func GetConnectorsMetadata(ctx *Context, args *GetConnectorsMetadataArgs, opts ...InvokeOption) (*GetConnectorsMetadataResult, error)
func GetConnectorsMetadataOutput(ctx *Context, args *GetConnectorsMetadataOutputArgs, opts ...InvokeOption) GetConnectorsMetadataResultOutput
> Note: This function is named GetConnectorsMetadata
in the Go SDK.
public static class GetConnectorsMetadata
{
public static Task<GetConnectorsMetadataResult> InvokeAsync(GetConnectorsMetadataArgs args, InvokeOptions? opts = null)
public static Output<GetConnectorsMetadataResult> Invoke(GetConnectorsMetadataInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectorsMetadataResult> getConnectorsMetadata(GetConnectorsMetadataArgs args, InvokeOptions options)
public static Output<GetConnectorsMetadataResult> getConnectorsMetadata(GetConnectorsMetadataArgs args, InvokeOptions options)
fn::invoke:
function: fivetran:index/getConnectorsMetadata:getConnectorsMetadata
arguments:
# arguments dictionary
The following arguments are supported:
getConnectorsMetadata Result
The following output properties are available:
- Id string
- The ID of this resource.
- Sources
List<Get
Connectors Metadata Source>
- Id string
- The ID of this resource.
- Sources
[]Get
Connectors Metadata Source
- id String
- The ID of this resource.
- sources
List<Get
Connectors Metadata Source>
- id string
- The ID of this resource.
- sources
Get
Connectors Metadata Source[]
- id str
- The ID of this resource.
- sources
Sequence[Get
Connectors Metadata Source]
- id String
- The ID of this resource.
- sources List<Property Map>
Supporting Types
GetConnectorsMetadataSource
- Description string
- The description characterizing the purpose of the connector.
- Icon
Url string - The icon resource URL.
- Id string
- The unique identifier for the connector within the Fivetran system
- Link
To stringDocs - The link to the connector documentation.
- Link
To stringErd - The link to the connector ERD (entity–relationship diagram).
- Name string
- The connector service name within the Fivetran system.
- Type string
- The connector service type within the Fivetran system.
- Description string
- The description characterizing the purpose of the connector.
- Icon
Url string - The icon resource URL.
- Id string
- The unique identifier for the connector within the Fivetran system
- Link
To stringDocs - The link to the connector documentation.
- Link
To stringErd - The link to the connector ERD (entity–relationship diagram).
- Name string
- The connector service name within the Fivetran system.
- Type string
- The connector service type within the Fivetran system.
- description String
- The description characterizing the purpose of the connector.
- icon
Url String - The icon resource URL.
- id String
- The unique identifier for the connector within the Fivetran system
- link
To StringDocs - The link to the connector documentation.
- link
To StringErd - The link to the connector ERD (entity–relationship diagram).
- name String
- The connector service name within the Fivetran system.
- type String
- The connector service type within the Fivetran system.
- description string
- The description characterizing the purpose of the connector.
- icon
Url string - The icon resource URL.
- id string
- The unique identifier for the connector within the Fivetran system
- link
To stringDocs - The link to the connector documentation.
- link
To stringErd - The link to the connector ERD (entity–relationship diagram).
- name string
- The connector service name within the Fivetran system.
- type string
- The connector service type within the Fivetran system.
- description str
- The description characterizing the purpose of the connector.
- icon_
url str - The icon resource URL.
- id str
- The unique identifier for the connector within the Fivetran system
- link_
to_ strdocs - The link to the connector documentation.
- link_
to_ strerd - The link to the connector ERD (entity–relationship diagram).
- name str
- The connector service name within the Fivetran system.
- type str
- The connector service type within the Fivetran system.
- description String
- The description characterizing the purpose of the connector.
- icon
Url String - The icon resource URL.
- id String
- The unique identifier for the connector within the Fivetran system
- link
To StringDocs - The link to the connector documentation.
- link
To StringErd - The link to the connector ERD (entity–relationship diagram).
- name String
- The connector service name within the Fivetran system.
- type String
- The connector service type within the Fivetran system.
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.