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

fivetran.getPrivateLinks

Explore with Pulumi AI

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

    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 dictionary

    The 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<GetPrivateLinksItem>
    Id string
    The provider-assigned unique ID for this managed resource.
    Items []GetPrivateLinksItem
    id String
    The provider-assigned unique ID for this managed resource.
    items List<GetPrivateLinksItem>
    id string
    The provider-assigned unique ID for this managed resource.
    items GetPrivateLinksItem[]
    id str
    The provider-assigned unique ID for this managed resource.
    items Sequence[GetPrivateLinksItem]
    id String
    The provider-assigned unique ID for this managed resource.
    items List<Property Map>

    Supporting Types

    GetPrivateLinksItem

    CloudProvider string
    The cloud provider name.
    CreatedAt string
    The date and time the membership was created.
    CreatedBy string
    The unique identifier for the User within the Fivetran system.
    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.
    StateSummary string
    The state of the private link.
    CloudProvider string
    The cloud provider name.
    CreatedAt string
    The date and time the membership was created.
    CreatedBy string
    The unique identifier for the User within the Fivetran system.
    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.
    StateSummary string
    The state of the private link.
    cloudProvider String
    The cloud provider name.
    createdAt String
    The date and time the membership was created.
    createdBy String
    The unique identifier for the User within the Fivetran system.
    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.
    stateSummary String
    The state of the private link.
    cloudProvider string
    The cloud provider name.
    createdAt string
    The date and time the membership was created.
    createdBy string
    The unique identifier for the User within the Fivetran system.
    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.
    stateSummary 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.
    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.
    cloudProvider String
    The cloud provider name.
    createdAt String
    The date and time the membership was created.
    createdBy String
    The unique identifier for the User within the Fivetran system.
    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.
    stateSummary String
    The state of the private link.

    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