published on Friday, Sep 11, 2026 by Pulumi
published on Friday, Sep 11, 2026 by Pulumi
Caution: Preview Feature This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to
previewFeaturesEnabledfield in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
Data source used to get details of filtered external access integrations. Filtering is aligned with the current possibilities for SHOW EXTERNAL ACCESS INTEGRATIONS query (only like is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection externalAccessIntegrations.
Using getExternalAccessIntegrations
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 getExternalAccessIntegrations(args: GetExternalAccessIntegrationsArgs, opts?: InvokeOptions): Promise<GetExternalAccessIntegrationsResult>
function getExternalAccessIntegrationsOutput(args: GetExternalAccessIntegrationsOutputArgs, opts?: InvokeOutputOptions): Output<GetExternalAccessIntegrationsResult>def get_external_access_integrations(like: Optional[str] = None,
with_describe: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetExternalAccessIntegrationsResult
def get_external_access_integrations_output(like: pulumi.Input[Optional[str]] = None,
with_describe: pulumi.Input[Optional[bool]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetExternalAccessIntegrationsResult]func GetExternalAccessIntegrations(ctx *Context, args *GetExternalAccessIntegrationsArgs, opts ...InvokeOption) (*GetExternalAccessIntegrationsResult, error)
func GetExternalAccessIntegrationsOutput(ctx *Context, args *GetExternalAccessIntegrationsOutputArgs, opts ...InvokeOption) GetExternalAccessIntegrationsResultOutput> Note: This function is named GetExternalAccessIntegrations in the Go SDK.
public static class GetExternalAccessIntegrations
{
public static Task<GetExternalAccessIntegrationsResult> InvokeAsync(GetExternalAccessIntegrationsArgs args, InvokeOptions? opts = null)
public static Output<GetExternalAccessIntegrationsResult> Invoke(GetExternalAccessIntegrationsInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetExternalAccessIntegrationsResult> Invoke(GetExternalAccessIntegrationsInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetExternalAccessIntegrationsResult> getExternalAccessIntegrations(GetExternalAccessIntegrationsArgs args, InvokeOptions options)
public static Output<GetExternalAccessIntegrationsResult> getExternalAccessIntegrations(GetExternalAccessIntegrationsArgs args, InvokeOptions options)
public static Output<GetExternalAccessIntegrationsResult> getExternalAccessIntegrations(GetExternalAccessIntegrationsArgs args, InvokeOutputOptions options)
fn::invoke:
function: snowflake:index/getExternalAccessIntegrations:getExternalAccessIntegrations
arguments:
# arguments dictionarydata "snowflake_get_external_access_integrations" "name" {
# arguments
}The following arguments are supported:
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - With
Describe bool - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - With
Describe bool - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with_
describe bool - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with
Describe Boolean - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with
Describe boolean - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- like str
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with_
describe bool - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with
Describe Boolean - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
getExternalAccessIntegrations Result
The following output properties are available:
- External
Access List<GetIntegrations External Access Integrations External Access Integration> - Holds the aggregated output of all external access integration 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_). - With
Describe bool - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- External
Access []GetIntegrations External Access Integrations External Access Integration - Holds the aggregated output of all external access integration 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_). - With
Describe bool - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- external_
access_ list(object)integrations - Holds the aggregated output of all external access integration 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_). - with_
describe bool - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- external
Access List<GetIntegrations External Access Integrations External Access Integration> - Holds the aggregated output of all external access integration 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_). - with
Describe Boolean - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- external
Access GetIntegrations External Access Integrations External Access Integration[] - Holds the aggregated output of all external access integration 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_). - with
Describe boolean - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- external_
access_ Sequence[Getintegrations External Access Integrations External Access Integration] - Holds the aggregated output of all external access integration 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_). - with_
describe bool - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
- external
Access List<Property Map>Integrations - Holds the aggregated output of all external access integration 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_). - with
Describe Boolean - (Default:
true) Runs DESC EXTERNAL ACCESS INTEGRATION for each integration returned by SHOW EXTERNAL ACCESS INTEGRATIONS. The output of describe is saved to the describeOutput field. By default this value is set to true.
Supporting Types
GetExternalAccessIntegrationsExternalAccessIntegration
- Describe
Outputs List<GetExternal Access Integrations External Access Integration Describe Output> - Holds the output of DESCRIBE EXTERNAL ACCESS INTEGRATION.
- Show
Outputs List<GetExternal Access Integrations External Access Integration Show Output> - Holds the output of SHOW EXTERNAL ACCESS INTEGRATIONS.
- Describe
Outputs []GetExternal Access Integrations External Access Integration Describe Output - Holds the output of DESCRIBE EXTERNAL ACCESS INTEGRATION.
- Show
Outputs []GetExternal Access Integrations External Access Integration Show Output - Holds the output of SHOW EXTERNAL ACCESS INTEGRATIONS.
- describe_
outputs list(object) - Holds the output of DESCRIBE EXTERNAL ACCESS INTEGRATION.
- show_
outputs list(object) - Holds the output of SHOW EXTERNAL ACCESS INTEGRATIONS.
- describe
Outputs List<GetExternal Access Integrations External Access Integration Describe Output> - Holds the output of DESCRIBE EXTERNAL ACCESS INTEGRATION.
- show
Outputs List<GetExternal Access Integrations External Access Integration Show Output> - Holds the output of SHOW EXTERNAL ACCESS INTEGRATIONS.
- describe
Outputs GetExternal Access Integrations External Access Integration Describe Output[] - Holds the output of DESCRIBE EXTERNAL ACCESS INTEGRATION.
- show
Outputs GetExternal Access Integrations External Access Integration Show Output[] - Holds the output of SHOW EXTERNAL ACCESS INTEGRATIONS.
- describe_
outputs Sequence[GetExternal Access Integrations External Access Integration Describe Output] - Holds the output of DESCRIBE EXTERNAL ACCESS INTEGRATION.
- show_
outputs Sequence[GetExternal Access Integrations External Access Integration Show Output] - Holds the output of SHOW EXTERNAL ACCESS INTEGRATIONS.
- describe
Outputs List<Property Map> - Holds the output of DESCRIBE EXTERNAL ACCESS INTEGRATION.
- show
Outputs List<Property Map> - Holds the output of SHOW EXTERNAL ACCESS INTEGRATIONS.
GetExternalAccessIntegrationsExternalAccessIntegrationDescribeOutput
- Allowed
Api List<string>Authentication Integrations - Allowed
Authentication List<string>Secrets - Allowed
Network List<string>Rules - Comment string
- Enabled bool
- Id string
- Allowed
Api []stringAuthentication Integrations - Allowed
Authentication []stringSecrets - Allowed
Network []stringRules - Comment string
- Enabled bool
- Id string
- allowed_
api_ list(string)authentication_ integrations - allowed_
authentication_ list(string)secrets - allowed_
network_ list(string)rules - comment string
- enabled bool
- id string
- allowed
Api List<String>Authentication Integrations - allowed
Authentication List<String>Secrets - allowed
Network List<String>Rules - comment String
- enabled Boolean
- id String
- allowed
Api string[]Authentication Integrations - allowed
Authentication string[]Secrets - allowed
Network string[]Rules - comment string
- enabled boolean
- id string
- allowed_
api_ Sequence[str]authentication_ integrations - allowed_
authentication_ Sequence[str]secrets - allowed_
network_ Sequence[str]rules - comment str
- enabled bool
- id str
- allowed
Api List<String>Authentication Integrations - allowed
Authentication List<String>Secrets - allowed
Network List<String>Rules - comment String
- enabled Boolean
- id String
GetExternalAccessIntegrationsExternalAccessIntegrationShowOutput
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
snowflakeTerraform Provider.
published on Friday, Sep 11, 2026 by Pulumi