1. Packages
  2. Fivetran Provider
  3. API Docs
  4. getTeamConnectionMemberships
fivetran 1.8.1 published on Wednesday, May 28, 2025 by fivetran

fivetran.getTeamConnectionMemberships

Explore with Pulumi AI

fivetran logo
fivetran 1.8.1 published on Wednesday, May 28, 2025 by fivetran

    This data source returns a connection membership within team object.

    Using getTeamConnectionMemberships

    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 getTeamConnectionMemberships(args: GetTeamConnectionMembershipsArgs, opts?: InvokeOptions): Promise<GetTeamConnectionMembershipsResult>
    function getTeamConnectionMembershipsOutput(args: GetTeamConnectionMembershipsOutputArgs, opts?: InvokeOptions): Output<GetTeamConnectionMembershipsResult>
    def get_team_connection_memberships(connections: Optional[Sequence[GetTeamConnectionMembershipsConnection]] = None,
                                        id: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetTeamConnectionMembershipsResult
    def get_team_connection_memberships_output(connections: Optional[pulumi.Input[Sequence[pulumi.Input[GetTeamConnectionMembershipsConnectionArgs]]]] = None,
                                        id: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetTeamConnectionMembershipsResult]
    func GetTeamConnectionMemberships(ctx *Context, args *GetTeamConnectionMembershipsArgs, opts ...InvokeOption) (*GetTeamConnectionMembershipsResult, error)
    func GetTeamConnectionMembershipsOutput(ctx *Context, args *GetTeamConnectionMembershipsOutputArgs, opts ...InvokeOption) GetTeamConnectionMembershipsResultOutput

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

    public static class GetTeamConnectionMemberships 
    {
        public static Task<GetTeamConnectionMembershipsResult> InvokeAsync(GetTeamConnectionMembershipsArgs args, InvokeOptions? opts = null)
        public static Output<GetTeamConnectionMembershipsResult> Invoke(GetTeamConnectionMembershipsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTeamConnectionMembershipsResult> getTeamConnectionMemberships(GetTeamConnectionMembershipsArgs args, InvokeOptions options)
    public static Output<GetTeamConnectionMembershipsResult> getTeamConnectionMemberships(GetTeamConnectionMembershipsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: fivetran:index/getTeamConnectionMemberships:getTeamConnectionMemberships
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier for the team within your account.
    Connections List<GetTeamConnectionMembershipsConnection>
    Id string
    The unique identifier for the team within your account.
    Connections []GetTeamConnectionMembershipsConnection
    id String
    The unique identifier for the team within your account.
    connections List<GetTeamConnectionMembershipsConnection>
    id string
    The unique identifier for the team within your account.
    connections GetTeamConnectionMembershipsConnection[]
    id str
    The unique identifier for the team within your account.
    connections Sequence[GetTeamConnectionMembershipsConnection]
    id String
    The unique identifier for the team within your account.
    connections List<Property Map>

    getTeamConnectionMemberships Result

    The following output properties are available:

    Id string
    The unique identifier for the team within your account.
    Connections List<GetTeamConnectionMembershipsConnection>
    Id string
    The unique identifier for the team within your account.
    Connections []GetTeamConnectionMembershipsConnection
    id String
    The unique identifier for the team within your account.
    connections List<GetTeamConnectionMembershipsConnection>
    id string
    The unique identifier for the team within your account.
    connections GetTeamConnectionMembershipsConnection[]
    id str
    The unique identifier for the team within your account.
    connections Sequence[GetTeamConnectionMembershipsConnection]
    id String
    The unique identifier for the team within your account.
    connections List<Property Map>

    Supporting Types

    GetTeamConnectionMembershipsConnection

    ConnectionId string
    The connection unique identifier
    CreatedAt string
    The date and time the membership was created
    Role string
    The team's role that links the team and the connection
    ConnectionId string
    The connection unique identifier
    CreatedAt string
    The date and time the membership was created
    Role string
    The team's role that links the team and the connection
    connectionId String
    The connection unique identifier
    createdAt String
    The date and time the membership was created
    role String
    The team's role that links the team and the connection
    connectionId string
    The connection unique identifier
    createdAt string
    The date and time the membership was created
    role string
    The team's role that links the team and the connection
    connection_id str
    The connection 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 connection
    connectionId String
    The connection unique identifier
    createdAt String
    The date and time the membership was created
    role String
    The team's role that links the team and the connection

    Package Details

    Repository
    fivetran fivetran/terraform-provider-fivetran
    License
    Notes
    This Pulumi package is based on the fivetran Terraform Provider.
    fivetran logo
    fivetran 1.8.1 published on Wednesday, May 28, 2025 by fivetran