fivetran 1.8.1 published on Wednesday, May 28, 2025 by fivetran
fivetran.getTeamConnectionMemberships
Explore with Pulumi AI
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<Get
Team Connection Memberships Connection>
- Id string
- The unique identifier for the team within your account.
- Connections
[]Get
Team Connection Memberships Connection
- id String
- The unique identifier for the team within your account.
- connections
List<Get
Team Connection Memberships Connection>
- id string
- The unique identifier for the team within your account.
- connections
Get
Team Connection Memberships Connection[]
- id str
- The unique identifier for the team within your account.
- connections
Sequence[Get
Team Connection Memberships Connection]
- 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<Get
Team Connection Memberships Connection>
- Id string
- The unique identifier for the team within your account.
- Connections
[]Get
Team Connection Memberships Connection
- id String
- The unique identifier for the team within your account.
- connections
List<Get
Team Connection Memberships Connection>
- id string
- The unique identifier for the team within your account.
- connections
Get
Team Connection Memberships Connection[]
- id str
- The unique identifier for the team within your account.
- connections
Sequence[Get
Team Connection Memberships Connection]
- id String
- The unique identifier for the team within your account.
- connections List<Property Map>
Supporting Types
GetTeamConnectionMembershipsConnection
- Connection
Id string - The connection 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 connection
- Connection
Id string - The connection 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 connection
- connection
Id String - The connection 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 connection
- connection
Id string - The connection 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 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
- connection
Id String - The connection 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 connection
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.
fivetran 1.8.1 published on Wednesday, May 28, 2025 by fivetran