Viewing docs for fivetran 1.9.27
published on Thursday, Mar 26, 2026 by fivetran
published on Thursday, Mar 26, 2026 by fivetran
Viewing docs for fivetran 1.9.27
published on Thursday, Mar 26, 2026 by fivetran
published on Thursday, Mar 26, 2026 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 dictionaryThe following arguments are supported:
- Team
Id string - The unique identifier for the team within your account.
- Connectors
List<Get
Team Connector Memberships Connector>
- Team
Id string - The unique identifier for the team within your account.
- Connectors
[]Get
Team Connector Memberships Connector
- team
Id String - The unique identifier for the team within your account.
- connectors
List<Get
Team Connector Memberships Connector>
- team
Id string - The unique identifier for the team within your account.
- connectors
Get
Team Connector Memberships Connector[]
- team_
id str - The unique identifier for the team within your account.
- connectors
Sequence[Get
Team Connector Memberships Connector]
- team
Id 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.
- Team
Id string - The unique identifier for the team within your account.
- Connectors
List<Get
Team Connector Memberships Connector>
- Id string
- The unique identifier for resource.
- Team
Id string - The unique identifier for the team within your account.
- Connectors
[]Get
Team Connector Memberships Connector
- id String
- The unique identifier for resource.
- team
Id String - The unique identifier for the team within your account.
- connectors
List<Get
Team Connector Memberships Connector>
- id string
- The unique identifier for resource.
- team
Id string - The unique identifier for the team within your account.
- connectors
Get
Team Connector Memberships Connector[]
- id str
- The unique identifier for resource.
- team_
id str - The unique identifier for the team within your account.
- connectors
Sequence[Get
Team Connector Memberships Connector]
- id String
- The unique identifier for resource.
- team
Id String - The unique identifier for the team within your account.
- connectors List<Property Map>
Supporting Types
GetTeamConnectorMembershipsConnector
- Connector
Id string - The connector unique identifier
- Created
At string - The date and time the membership was created
- Role string
- The team's role that links the team and the connector
- Connector
Id string - The connector unique identifier
- Created
At string - The date and time the membership was created
- Role string
- The team's role that links the team and the connector
- connector
Id String - The connector unique identifier
- created
At String - The date and time the membership was created
- role String
- The team's role that links the team and the connector
- connector
Id string - The connector unique identifier
- created
At 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
- connector
Id String - The connector unique identifier
- created
At 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
fivetranTerraform Provider.
Viewing docs for fivetran 1.9.27
published on Thursday, Mar 26, 2026 by fivetran
published on Thursday, Mar 26, 2026 by fivetran
