fivetran 1.9.13 published on Tuesday, Nov 4, 2025 by fivetran
fivetran.getPrivateLinks
Start a Neo task
Explain and create a fivetran.getPrivateLinks resource
Using getPrivateLinks
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 getPrivateLinks(args: GetPrivateLinksArgs, opts?: InvokeOptions): Promise<GetPrivateLinksResult>
function getPrivateLinksOutput(args: GetPrivateLinksOutputArgs, opts?: InvokeOptions): Output<GetPrivateLinksResult>def get_private_links(items: Optional[Sequence[GetPrivateLinksItem]] = None,
opts: Optional[InvokeOptions] = None) -> GetPrivateLinksResult
def get_private_links_output(items: Optional[pulumi.Input[Sequence[pulumi.Input[GetPrivateLinksItemArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPrivateLinksResult]func GetPrivateLinks(ctx *Context, args *GetPrivateLinksArgs, opts ...InvokeOption) (*GetPrivateLinksResult, error)
func GetPrivateLinksOutput(ctx *Context, args *GetPrivateLinksOutputArgs, opts ...InvokeOption) GetPrivateLinksResultOutput> Note: This function is named GetPrivateLinks in the Go SDK.
public static class GetPrivateLinks
{
public static Task<GetPrivateLinksResult> InvokeAsync(GetPrivateLinksArgs args, InvokeOptions? opts = null)
public static Output<GetPrivateLinksResult> Invoke(GetPrivateLinksInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPrivateLinksResult> getPrivateLinks(GetPrivateLinksArgs args, InvokeOptions options)
public static Output<GetPrivateLinksResult> getPrivateLinks(GetPrivateLinksArgs args, InvokeOptions options)
fn::invoke:
function: fivetran:index/getPrivateLinks:getPrivateLinks
arguments:
# arguments dictionaryThe following arguments are supported:
getPrivateLinks Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Private Links Item>
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Private Links Item
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Private Links Item>
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Private Links Item[]
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Private Links Item]
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
Supporting Types
GetPrivateLinksItem
- Cloud
Provider string - The cloud provider name.
- Created
At string - The date and time the membership was created.
- Created
By string - The unique identifier for the User within the Fivetran system.
- Host string
- The private link host.
- Id string
- The unique identifier for the private link within the Fivetran system.
- Name string
- The private link name within the account. The name must start with a letter or underscore and can only contain letters, numbers, or underscores. Maximum size of name is 23 characters.
- Region string
- Data processing location. This is where Fivetran will operate and run computation on data.
- Service string
- Service type.
- State string
- The state of the private link.
- State
Summary string - The state of the private link.
- Cloud
Provider string - The cloud provider name.
- Created
At string - The date and time the membership was created.
- Created
By string - The unique identifier for the User within the Fivetran system.
- Host string
- The private link host.
- Id string
- The unique identifier for the private link within the Fivetran system.
- Name string
- The private link name within the account. The name must start with a letter or underscore and can only contain letters, numbers, or underscores. Maximum size of name is 23 characters.
- Region string
- Data processing location. This is where Fivetran will operate and run computation on data.
- Service string
- Service type.
- State string
- The state of the private link.
- State
Summary string - The state of the private link.
- cloud
Provider String - The cloud provider name.
- created
At String - The date and time the membership was created.
- created
By String - The unique identifier for the User within the Fivetran system.
- host String
- The private link host.
- id String
- The unique identifier for the private link within the Fivetran system.
- name String
- The private link name within the account. The name must start with a letter or underscore and can only contain letters, numbers, or underscores. Maximum size of name is 23 characters.
- region String
- Data processing location. This is where Fivetran will operate and run computation on data.
- service String
- Service type.
- state String
- The state of the private link.
- state
Summary String - The state of the private link.
- cloud
Provider string - The cloud provider name.
- created
At string - The date and time the membership was created.
- created
By string - The unique identifier for the User within the Fivetran system.
- host string
- The private link host.
- id string
- The unique identifier for the private link within the Fivetran system.
- name string
- The private link name within the account. The name must start with a letter or underscore and can only contain letters, numbers, or underscores. Maximum size of name is 23 characters.
- region string
- Data processing location. This is where Fivetran will operate and run computation on data.
- service string
- Service type.
- state string
- The state of the private link.
- state
Summary string - The state of the private link.
- cloud_
provider str - The cloud provider name.
- created_
at str - The date and time the membership was created.
- created_
by str - The unique identifier for the User within the Fivetran system.
- host str
- The private link host.
- id str
- The unique identifier for the private link within the Fivetran system.
- name str
- The private link name within the account. The name must start with a letter or underscore and can only contain letters, numbers, or underscores. Maximum size of name is 23 characters.
- region str
- Data processing location. This is where Fivetran will operate and run computation on data.
- service str
- Service type.
- state str
- The state of the private link.
- state_
summary str - The state of the private link.
- cloud
Provider String - The cloud provider name.
- created
At String - The date and time the membership was created.
- created
By String - The unique identifier for the User within the Fivetran system.
- host String
- The private link host.
- id String
- The unique identifier for the private link within the Fivetran system.
- name String
- The private link name within the account. The name must start with a letter or underscore and can only contain letters, numbers, or underscores. Maximum size of name is 23 characters.
- region String
- Data processing location. This is where Fivetran will operate and run computation on data.
- service String
- Service type.
- state String
- The state of the private link.
- state
Summary String - The state of the private link.
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetranTerraform Provider.
