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

fivetran.getTeamConnectorMemberships

Explore with Pulumi AI

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

    This data source returns a connector membership within team object.

    Using getTeamConnectorMemberships

    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 getTeamConnectorMemberships(args: GetTeamConnectorMembershipsArgs, opts?: InvokeOptions): Promise<GetTeamConnectorMembershipsResult>
    function getTeamConnectorMembershipsOutput(args: GetTeamConnectorMembershipsOutputArgs, opts?: InvokeOptions): Output<GetTeamConnectorMembershipsResult>
    def get_team_connector_memberships(connectors: Optional[Sequence[GetTeamConnectorMembershipsConnector]] = None,
                                       team_id: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetTeamConnectorMembershipsResult
    def get_team_connector_memberships_output(connectors: Optional[pulumi.Input[Sequence[pulumi.Input[GetTeamConnectorMembershipsConnectorArgs]]]] = None,
                                       team_id: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetTeamConnectorMembershipsResult]
    func GetTeamConnectorMemberships(ctx *Context, args *GetTeamConnectorMembershipsArgs, opts ...InvokeOption) (*GetTeamConnectorMembershipsResult, error)
    func GetTeamConnectorMembershipsOutput(ctx *Context, args *GetTeamConnectorMembershipsOutputArgs, opts ...InvokeOption) GetTeamConnectorMembershipsResultOutput

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

    public static class GetTeamConnectorMemberships 
    {
        public static Task<GetTeamConnectorMembershipsResult> InvokeAsync(GetTeamConnectorMembershipsArgs args, InvokeOptions? opts = null)
        public static Output<GetTeamConnectorMembershipsResult> Invoke(GetTeamConnectorMembershipsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTeamConnectorMembershipsResult> getTeamConnectorMemberships(GetTeamConnectorMembershipsArgs args, InvokeOptions options)
    public static Output<GetTeamConnectorMembershipsResult> getTeamConnectorMemberships(GetTeamConnectorMembershipsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: fivetran:index/getTeamConnectorMemberships:getTeamConnectorMemberships
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TeamId string
    The unique identifier for the team within your account.
    Connectors List<GetTeamConnectorMembershipsConnector>
    TeamId string
    The unique identifier for the team within your account.
    Connectors []GetTeamConnectorMembershipsConnector
    teamId String
    The unique identifier for the team within your account.
    connectors List<GetTeamConnectorMembershipsConnector>
    teamId string
    The unique identifier for the team within your account.
    connectors GetTeamConnectorMembershipsConnector[]
    team_id str
    The unique identifier for the team within your account.
    connectors Sequence[GetTeamConnectorMembershipsConnector]
    teamId String
    The unique identifier for the team within your account.
    connectors List<Property Map>

    getTeamConnectorMemberships Result

    The following output properties are available:

    Id string
    The unique identifier for resource.
    TeamId string
    The unique identifier for the team within your account.
    Connectors List<GetTeamConnectorMembershipsConnector>
    Id string
    The unique identifier for resource.
    TeamId string
    The unique identifier for the team within your account.
    Connectors []GetTeamConnectorMembershipsConnector
    id String
    The unique identifier for resource.
    teamId String
    The unique identifier for the team within your account.
    connectors List<GetTeamConnectorMembershipsConnector>
    id string
    The unique identifier for resource.
    teamId string
    The unique identifier for the team within your account.
    connectors GetTeamConnectorMembershipsConnector[]
    id str
    The unique identifier for resource.
    team_id str
    The unique identifier for the team within your account.
    connectors Sequence[GetTeamConnectorMembershipsConnector]
    id String
    The unique identifier for resource.
    teamId String
    The unique identifier for the team within your account.
    connectors List<Property Map>

    Supporting Types

    GetTeamConnectorMembershipsConnector

    ConnectorId string
    The connector unique identifier
    CreatedAt string
    The date and time the membership was created
    Role string
    The team's role that links the team and the connector
    ConnectorId string
    The connector unique identifier
    CreatedAt string
    The date and time the membership was created
    Role string
    The team's role that links the team and the connector
    connectorId String
    The connector unique identifier
    createdAt String
    The date and time the membership was created
    role String
    The team's role that links the team and the connector
    connectorId string
    The connector unique identifier
    createdAt string
    The date and time the membership was created
    role string
    The team's role that links the team and the connector
    connector_id str
    The connector unique identifier
    created_at str
    The date and time the membership was created
    role str
    The team's role that links the team and the connector
    connectorId String
    The connector unique identifier
    createdAt String
    The date and time the membership was created
    role String
    The team's role that links the team and the connector

    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