1. Packages
  2. Snowflake Provider
  3. API Docs
  4. getStorageIntegrations
Viewing docs for Snowflake v2.13.0
published on Thursday, Feb 26, 2026 by Pulumi
snowflake logo
Viewing docs for Snowflake v2.13.0
published on Thursday, Feb 26, 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 preview_features_enabled field 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 storage integrations. Filtering is aligned with the current possibilities for SHOW STORAGE INTEGRATIONS query (only like is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection storage_integrations.

    Using getStorageIntegrations

    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 getStorageIntegrations(args: GetStorageIntegrationsArgs, opts?: InvokeOptions): Promise<GetStorageIntegrationsResult>
    function getStorageIntegrationsOutput(args: GetStorageIntegrationsOutputArgs, opts?: InvokeOptions): Output<GetStorageIntegrationsResult>
    def get_storage_integrations(like: Optional[str] = None,
                                 with_describe: Optional[bool] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetStorageIntegrationsResult
    def get_storage_integrations_output(like: Optional[pulumi.Input[str]] = None,
                                 with_describe: Optional[pulumi.Input[bool]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetStorageIntegrationsResult]
    func GetStorageIntegrations(ctx *Context, args *GetStorageIntegrationsArgs, opts ...InvokeOption) (*GetStorageIntegrationsResult, error)
    func GetStorageIntegrationsOutput(ctx *Context, args *GetStorageIntegrationsOutputArgs, opts ...InvokeOption) GetStorageIntegrationsResultOutput

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

    public static class GetStorageIntegrations 
    {
        public static Task<GetStorageIntegrationsResult> InvokeAsync(GetStorageIntegrationsArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageIntegrationsResult> Invoke(GetStorageIntegrationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageIntegrationsResult> getStorageIntegrations(GetStorageIntegrationsArgs args, InvokeOptions options)
    public static Output<GetStorageIntegrationsResult> getStorageIntegrations(GetStorageIntegrationsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: snowflake:index/getStorageIntegrations:getStorageIntegrations
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    WithDescribe bool
    (Default: true) Runs DESC STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description 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 _).
    WithDescribe bool
    (Default: true) Runs DESC STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description 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 _).
    withDescribe Boolean
    (Default: true) Runs DESC STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description 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 _).
    withDescribe boolean
    (Default: true) Runs DESC STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description 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 STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description 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 _).
    withDescribe Boolean
    (Default: true) Runs DESC STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.

    getStorageIntegrations Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    StorageIntegrations List<GetStorageIntegrationsStorageIntegration>
    Holds the aggregated output of all storage integrations details queries.
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    WithDescribe bool
    (Default: true) Runs DESC STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    Id string
    The provider-assigned unique ID for this managed resource.
    StorageIntegrations []GetStorageIntegrationsStorageIntegration
    Holds the aggregated output of all storage integrations details queries.
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    WithDescribe bool
    (Default: true) Runs DESC STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    id String
    The provider-assigned unique ID for this managed resource.
    storageIntegrations List<GetStorageIntegrationsStorageIntegration>
    Holds the aggregated output of all storage integrations details queries.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe Boolean
    (Default: true) Runs DESC STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    id string
    The provider-assigned unique ID for this managed resource.
    storageIntegrations GetStorageIntegrationsStorageIntegration[]
    Holds the aggregated output of all storage integrations details queries.
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe boolean
    (Default: true) Runs DESC STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    id str
    The provider-assigned unique ID for this managed resource.
    storage_integrations Sequence[GetStorageIntegrationsStorageIntegration]
    Holds the aggregated output of all storage integrations details queries.
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    with_describe bool
    (Default: true) Runs DESC STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    id String
    The provider-assigned unique ID for this managed resource.
    storageIntegrations List<Property Map>
    Holds the aggregated output of all storage integrations details queries.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe Boolean
    (Default: true) Runs DESC STORAGE INTEGRATION for each storage integration returned by SHOW STORAGE INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.

    Supporting Types

    GetStorageIntegrationsStorageIntegration

    DescribeOutputs List<GetStorageIntegrationsStorageIntegrationDescribeOutput>
    Holds the aggregated output of DESCRIBE STORAGE INTEGRATIONS.
    ShowOutputs List<GetStorageIntegrationsStorageIntegrationShowOutput>
    Holds the output of SHOW STORAGE INTEGRATIONS.
    DescribeOutputs []GetStorageIntegrationsStorageIntegrationDescribeOutput
    Holds the aggregated output of DESCRIBE STORAGE INTEGRATIONS.
    ShowOutputs []GetStorageIntegrationsStorageIntegrationShowOutput
    Holds the output of SHOW STORAGE INTEGRATIONS.
    describeOutputs List<GetStorageIntegrationsStorageIntegrationDescribeOutput>
    Holds the aggregated output of DESCRIBE STORAGE INTEGRATIONS.
    showOutputs List<GetStorageIntegrationsStorageIntegrationShowOutput>
    Holds the output of SHOW STORAGE INTEGRATIONS.
    describeOutputs GetStorageIntegrationsStorageIntegrationDescribeOutput[]
    Holds the aggregated output of DESCRIBE STORAGE INTEGRATIONS.
    showOutputs GetStorageIntegrationsStorageIntegrationShowOutput[]
    Holds the output of SHOW STORAGE INTEGRATIONS.
    describe_outputs Sequence[GetStorageIntegrationsStorageIntegrationDescribeOutput]
    Holds the aggregated output of DESCRIBE STORAGE INTEGRATIONS.
    show_outputs Sequence[GetStorageIntegrationsStorageIntegrationShowOutput]
    Holds the output of SHOW STORAGE INTEGRATIONS.
    describeOutputs List<Property Map>
    Holds the aggregated output of DESCRIBE STORAGE INTEGRATIONS.
    showOutputs List<Property Map>
    Holds the output of SHOW STORAGE INTEGRATIONS.

    GetStorageIntegrationsStorageIntegrationDescribeOutput

    AllowedLocations List<string>
    BlockedLocations List<string>
    Comment string
    ConsentUrl string
    Enabled bool
    ExternalId string
    IamUserArn string
    Id string
    MultiTenantAppName string
    ObjectAcl string
    Provider string
    RoleArn string
    ServiceAccount string
    TenantId string
    UsePrivatelinkEndpoint bool
    allowedLocations List<String>
    blockedLocations List<String>
    comment String
    consentUrl String
    enabled Boolean
    externalId String
    iamUserArn String
    id String
    multiTenantAppName String
    objectAcl String
    provider String
    roleArn String
    serviceAccount String
    tenantId String
    usePrivatelinkEndpoint Boolean
    allowedLocations string[]
    blockedLocations string[]
    comment string
    consentUrl string
    enabled boolean
    externalId string
    iamUserArn string
    id string
    multiTenantAppName string
    objectAcl string
    provider string
    roleArn string
    serviceAccount string
    tenantId string
    usePrivatelinkEndpoint boolean
    allowedLocations List<String>
    blockedLocations List<String>
    comment String
    consentUrl String
    enabled Boolean
    externalId String
    iamUserArn String
    id String
    multiTenantAppName String
    objectAcl String
    provider String
    roleArn String
    serviceAccount String
    tenantId String
    usePrivatelinkEndpoint Boolean

    GetStorageIntegrationsStorageIntegrationShowOutput

    Category string
    Comment string
    CreatedOn string
    Enabled bool
    Name string
    StorageType string
    Category string
    Comment string
    CreatedOn string
    Enabled bool
    Name string
    StorageType string
    category String
    comment String
    createdOn String
    enabled Boolean
    name String
    storageType String
    category string
    comment string
    createdOn string
    enabled boolean
    name string
    storageType string
    category String
    comment String
    createdOn String
    enabled Boolean
    name String
    storageType String

    Package Details

    Repository
    Snowflake pulumi/pulumi-snowflake
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the snowflake Terraform Provider.
    snowflake logo
    Viewing docs for Snowflake v2.13.0
    published on Thursday, Feb 26, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.