1. Packages
  2. Snowflake Provider
  3. API Docs
  4. getConnections
Snowflake v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi

snowflake.getConnections

Explore with Pulumi AI

snowflake logo
Snowflake v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi

    Data source used to get details of filtered connections. Filtering is aligned with the current possibilities for SHOW CONNECTIONS query. The results of SHOW is encapsulated in one output collection connections.

    Using getConnections

    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 getConnections(args: GetConnectionsArgs, opts?: InvokeOptions): Promise<GetConnectionsResult>
    function getConnectionsOutput(args: GetConnectionsOutputArgs, opts?: InvokeOptions): Output<GetConnectionsResult>
    def get_connections(like: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetConnectionsResult
    def get_connections_output(like: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetConnectionsResult]
    func GetConnections(ctx *Context, args *GetConnectionsArgs, opts ...InvokeOption) (*GetConnectionsResult, error)
    func GetConnectionsOutput(ctx *Context, args *GetConnectionsOutputArgs, opts ...InvokeOption) GetConnectionsResultOutput

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

    public static class GetConnections 
    {
        public static Task<GetConnectionsResult> InvokeAsync(GetConnectionsArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectionsResult> Invoke(GetConnectionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectionsResult> getConnections(GetConnectionsArgs args, InvokeOptions options)
    public static Output<GetConnectionsResult> getConnections(GetConnectionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: snowflake:index/getConnections:getConnections
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).

    getConnections Result

    The following output properties are available:

    Connections List<GetConnectionsConnection>
    Holds the aggregated output of all connections details queries.
    Id string
    The provider-assigned unique ID for this managed resource.
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    Connections []GetConnectionsConnection
    Holds the aggregated output of all connections details queries.
    Id string
    The provider-assigned unique ID for this managed resource.
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    connections List<GetConnectionsConnection>
    Holds the aggregated output of all connections details queries.
    id String
    The provider-assigned unique ID for this managed resource.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    connections GetConnectionsConnection[]
    Holds the aggregated output of all connections details queries.
    id string
    The provider-assigned unique ID for this managed resource.
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    connections Sequence[GetConnectionsConnection]
    Holds the aggregated output of all connections details queries.
    id str
    The provider-assigned unique ID for this managed resource.
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    connections List<Property Map>
    Holds the aggregated output of all connections details queries.
    id String
    The provider-assigned unique ID for this managed resource.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).

    Supporting Types

    GetConnectionsConnection

    ShowOutputs List<GetConnectionsConnectionShowOutput>
    Holds the output of SHOW CONNECTIONS.
    ShowOutputs []GetConnectionsConnectionShowOutput
    Holds the output of SHOW CONNECTIONS.
    showOutputs List<GetConnectionsConnectionShowOutput>
    Holds the output of SHOW CONNECTIONS.
    showOutputs GetConnectionsConnectionShowOutput[]
    Holds the output of SHOW CONNECTIONS.
    show_outputs Sequence[GetConnectionsConnectionShowOutput]
    Holds the output of SHOW CONNECTIONS.
    showOutputs List<Property Map>
    Holds the output of SHOW CONNECTIONS.

    GetConnectionsConnectionShowOutput

    Package Details

    Repository
    Snowflake pulumi/pulumi-snowflake
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the snowflake Terraform Provider.
    snowflake logo
    Snowflake v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi