Snowflake v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi
snowflake.getConnections
Explore with Pulumi AI
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<Get
Connections Connection> - 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
[]Get
Connections Connection - 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<Get
Connections Connection> - 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
Get
Connections Connection[] - 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[Get
Connections Connection] - 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
- Show
Outputs List<GetConnections Connection Show Output> - Holds the output of SHOW CONNECTIONS.
- Show
Outputs []GetConnections Connection Show Output - Holds the output of SHOW CONNECTIONS.
- show
Outputs List<GetConnections Connection Show Output> - Holds the output of SHOW CONNECTIONS.
- show
Outputs GetConnections Connection Show Output[] - Holds the output of SHOW CONNECTIONS.
- show_
outputs Sequence[GetConnections Connection Show Output] - Holds the output of SHOW CONNECTIONS.
- show
Outputs List<Property Map> - Holds the output of SHOW CONNECTIONS.
GetConnectionsConnectionShowOutput
- Account
Locator string - Account
Name string - Comment string
- Connection
Url string - Created
On string - Failover
Allowed List<string>To Accounts - Is
Primary bool - Name string
- Organization
Name string - Primary string
- Region
Group string - Snowflake
Region string
- Account
Locator string - Account
Name string - Comment string
- Connection
Url string - Created
On string - Failover
Allowed []stringTo Accounts - Is
Primary bool - Name string
- Organization
Name string - Primary string
- Region
Group string - Snowflake
Region string
- account
Locator String - account
Name String - comment String
- connection
Url String - created
On String - failover
Allowed List<String>To Accounts - is
Primary Boolean - name String
- organization
Name String - primary String
- region
Group String - snowflake
Region String
- account
Locator string - account
Name string - comment string
- connection
Url string - created
On string - failover
Allowed string[]To Accounts - is
Primary boolean - name string
- organization
Name string - primary string
- region
Group string - snowflake
Region string
- account_
locator str - account_
name str - comment str
- connection_
url str - created_
on str - failover_
allowed_ Sequence[str]to_ accounts - is_
primary bool - name str
- organization_
name str - primary str
- region_
group str - snowflake_
region str
- account
Locator String - account
Name String - comment String
- connection
Url String - created
On String - failover
Allowed List<String>To Accounts - is
Primary Boolean - name String
- organization
Name String - primary String
- region
Group String - snowflake
Region String
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
snowflake
Terraform Provider.