published on Thursday, Feb 26, 2026 by Pulumi
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 stages. Filtering is aligned with the current possibilities for SHOW STAGES query. The results of SHOW and DESCRIBE are encapsulated in one output collection stages.
Using getStages
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 getStages(args: GetStagesArgs, opts?: InvokeOptions): Promise<GetStagesResult>
function getStagesOutput(args: GetStagesOutputArgs, opts?: InvokeOptions): Output<GetStagesResult>def get_stages(in_: Optional[GetStagesIn] = None,
like: Optional[str] = None,
with_describe: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetStagesResult
def get_stages_output(in_: Optional[pulumi.Input[GetStagesInArgs]] = None,
like: Optional[pulumi.Input[str]] = None,
with_describe: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStagesResult]func GetStages(ctx *Context, args *GetStagesArgs, opts ...InvokeOption) (*GetStagesResult, error)
func GetStagesOutput(ctx *Context, args *GetStagesOutputArgs, opts ...InvokeOption) GetStagesResultOutput> Note: This function is named GetStages in the Go SDK.
public static class GetStages
{
public static Task<GetStagesResult> InvokeAsync(GetStagesArgs args, InvokeOptions? opts = null)
public static Output<GetStagesResult> Invoke(GetStagesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStagesResult> getStages(GetStagesArgs args, InvokeOptions options)
public static Output<GetStagesResult> getStages(GetStagesArgs args, InvokeOptions options)
fn::invoke:
function: snowflake:index/getStages:getStages
arguments:
# arguments dictionaryThe following arguments are supported:
- In
Get
Stages In - IN clause to filter the list of objects
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - With
Describe bool - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
- In
Get
Stages In - IN clause to filter the list of objects
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - With
Describe bool - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
- in
Get
Stages In - IN clause to filter the list of objects
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with
Describe Boolean - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
- in
Get
Stages In - IN clause to filter the list of objects
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with
Describe boolean - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
- in_
Get
Stages In - IN clause to filter the list of objects
- like str
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with_
describe bool - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
- in Property Map
- IN clause to filter the list of objects
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with
Describe Boolean - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
getStages Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Stages
List<Get
Stages Stage> - Holds the aggregated output of all stages details queries.
- In
Get
Stages In - IN clause to filter the list of objects
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - With
Describe bool - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
- Id string
- The provider-assigned unique ID for this managed resource.
- Stages
[]Get
Stages Stage - Holds the aggregated output of all stages details queries.
- In
Get
Stages In - IN clause to filter the list of objects
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - With
Describe bool - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
- id String
- The provider-assigned unique ID for this managed resource.
- stages
List<Get
Stages Stage> - Holds the aggregated output of all stages details queries.
- in
Get
Stages In - IN clause to filter the list of objects
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with
Describe Boolean - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
- id string
- The provider-assigned unique ID for this managed resource.
- stages
Get
Stages Stage[] - Holds the aggregated output of all stages details queries.
- in
Get
Stages In - IN clause to filter the list of objects
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with
Describe boolean - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
- id str
- The provider-assigned unique ID for this managed resource.
- stages
Sequence[Get
Stages Stage] - Holds the aggregated output of all stages details queries.
- in_
Get
Stages In - IN clause to filter the list of objects
- like str
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with_
describe bool - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
- id String
- The provider-assigned unique ID for this managed resource.
- stages List<Property Map>
- Holds the aggregated output of all stages details queries.
- in Property Map
- IN clause to filter the list of objects
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - with
Describe Boolean - (Default:
true) Runs DESC STAGE for each stage returned by SHOW STAGES. The output of describe is saved to the describe_output field. By default this value is set to true.
Supporting Types
GetStagesIn
- Account bool
- Returns records for the entire account.
- Application string
- Returns records for the specified application.
- Application
Package string - Returns records for the specified application package.
- Database string
- Returns records for the current database in use or for a specified database.
- Schema string
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
- Account bool
- Returns records for the entire account.
- Application string
- Returns records for the specified application.
- Application
Package string - Returns records for the specified application package.
- Database string
- Returns records for the current database in use or for a specified database.
- Schema string
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
- account Boolean
- Returns records for the entire account.
- application String
- Returns records for the specified application.
- application
Package String - Returns records for the specified application package.
- database String
- Returns records for the current database in use or for a specified database.
- schema String
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
- account boolean
- Returns records for the entire account.
- application string
- Returns records for the specified application.
- application
Package string - Returns records for the specified application package.
- database string
- Returns records for the current database in use or for a specified database.
- schema string
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
- account bool
- Returns records for the entire account.
- application str
- Returns records for the specified application.
- application_
package str - Returns records for the specified application package.
- database str
- Returns records for the current database in use or for a specified database.
- schema str
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
- account Boolean
- Returns records for the entire account.
- application String
- Returns records for the specified application.
- application
Package String - Returns records for the specified application package.
- database String
- Returns records for the current database in use or for a specified database.
- schema String
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
GetStagesStage
- Describe
Outputs List<GetStages Stage Describe Output> - Holds the output of DESCRIBE STAGE.
- Show
Outputs List<GetStages Stage Show Output> - Holds the output of SHOW STAGES.
- Describe
Outputs []GetStages Stage Describe Output - Holds the output of DESCRIBE STAGE.
- Show
Outputs []GetStages Stage Show Output - Holds the output of SHOW STAGES.
- describe
Outputs List<GetStages Stage Describe Output> - Holds the output of DESCRIBE STAGE.
- show
Outputs List<GetStages Stage Show Output> - Holds the output of SHOW STAGES.
- describe
Outputs GetStages Stage Describe Output[] - Holds the output of DESCRIBE STAGE.
- show
Outputs GetStages Stage Show Output[] - Holds the output of SHOW STAGES.
- describe_
outputs Sequence[GetStages Stage Describe Output] - Holds the output of DESCRIBE STAGE.
- show_
outputs Sequence[GetStages Stage Show Output] - Holds the output of SHOW STAGES.
- describe
Outputs List<Property Map> - Holds the output of DESCRIBE STAGE.
- show
Outputs List<Property Map> - Holds the output of SHOW STAGES.
GetStagesStageDescribeOutput
GetStagesStageDescribeOutputDirectoryTable
- Auto
Refresh bool - Enable bool
- Last
Refreshed stringOn
- Auto
Refresh bool - Enable bool
- Last
Refreshed stringOn
- auto
Refresh Boolean - enable Boolean
- last
Refreshed StringOn
- auto
Refresh boolean - enable boolean
- last
Refreshed stringOn
- auto_
refresh bool - enable bool
- last_
refreshed_ stron
- auto
Refresh Boolean - enable Boolean
- last
Refreshed StringOn
GetStagesStageDescribeOutputFileFormat
- Avros
List<Get
Stages Stage Describe Output File Format Avro> - Csvs
List<Get
Stages Stage Describe Output File Format Csv> - Format
Name string - Jsons
List<Get
Stages Stage Describe Output File Format Json> - Orcs
List<Get
Stages Stage Describe Output File Format Orc> - Parquets
List<Get
Stages Stage Describe Output File Format Parquet> - Xmls
List<Get
Stages Stage Describe Output File Format Xml>
- Avros
[]Get
Stages Stage Describe Output File Format Avro - Csvs
[]Get
Stages Stage Describe Output File Format Csv - Format
Name string - Jsons
[]Get
Stages Stage Describe Output File Format Json - Orcs
[]Get
Stages Stage Describe Output File Format Orc - Parquets
[]Get
Stages Stage Describe Output File Format Parquet - Xmls
[]Get
Stages Stage Describe Output File Format Xml
- avros
List<Get
Stages Stage Describe Output File Format Avro> - csvs
List<Get
Stages Stage Describe Output File Format Csv> - format
Name String - jsons
List<Get
Stages Stage Describe Output File Format Json> - orcs
List<Get
Stages Stage Describe Output File Format Orc> - parquets
List<Get
Stages Stage Describe Output File Format Parquet> - xmls
List<Get
Stages Stage Describe Output File Format Xml>
- avros
Get
Stages Stage Describe Output File Format Avro[] - csvs
Get
Stages Stage Describe Output File Format Csv[] - format
Name string - jsons
Get
Stages Stage Describe Output File Format Json[] - orcs
Get
Stages Stage Describe Output File Format Orc[] - parquets
Get
Stages Stage Describe Output File Format Parquet[] - xmls
Get
Stages Stage Describe Output File Format Xml[]
- avros
Sequence[Get
Stages Stage Describe Output File Format Avro] - csvs
Sequence[Get
Stages Stage Describe Output File Format Csv] - format_
name str - jsons
Sequence[Get
Stages Stage Describe Output File Format Json] - orcs
Sequence[Get
Stages Stage Describe Output File Format Orc] - parquets
Sequence[Get
Stages Stage Describe Output File Format Parquet] - xmls
Sequence[Get
Stages Stage Describe Output File Format Xml]
GetStagesStageDescribeOutputFileFormatAvro
- Compression string
- Null
Ifs List<string> - Replace
Invalid boolCharacters - Trim
Space bool - Type string
- Compression string
- Null
Ifs []string - Replace
Invalid boolCharacters - Trim
Space bool - Type string
- compression String
- null
Ifs List<String> - replace
Invalid BooleanCharacters - trim
Space Boolean - type String
- compression string
- null
Ifs string[] - replace
Invalid booleanCharacters - trim
Space boolean - type string
- compression str
- null_
ifs Sequence[str] - replace_
invalid_ boolcharacters - trim_
space bool - type str
- compression String
- null
Ifs List<String> - replace
Invalid BooleanCharacters - trim
Space Boolean - type String
GetStagesStageDescribeOutputFileFormatCsv
- Binary
Format string - Compression string
- Date
Format string - Empty
Field boolAs Null - Encoding string
- Error
On boolColumn Count Mismatch - Escape string
- Escape
Unenclosed stringField - Field
Delimiter string - Field
Optionally stringEnclosed By - File
Extension string - Multi
Line bool - Null
Ifs List<string> - Parse
Header bool - Record
Delimiter string - Replace
Invalid boolCharacters - Skip
Blank boolLines - Skip
Byte boolOrder Mark - Skip
Header int - Time
Format string - Timestamp
Format string - Trim
Space bool - Type string
- Validate
Utf8 bool
- Binary
Format string - Compression string
- Date
Format string - Empty
Field boolAs Null - Encoding string
- Error
On boolColumn Count Mismatch - Escape string
- Escape
Unenclosed stringField - Field
Delimiter string - Field
Optionally stringEnclosed By - File
Extension string - Multi
Line bool - Null
Ifs []string - Parse
Header bool - Record
Delimiter string - Replace
Invalid boolCharacters - Skip
Blank boolLines - Skip
Byte boolOrder Mark - Skip
Header int - Time
Format string - Timestamp
Format string - Trim
Space bool - Type string
- Validate
Utf8 bool
- binary
Format String - compression String
- date
Format String - empty
Field BooleanAs Null - encoding String
- error
On BooleanColumn Count Mismatch - escape String
- escape
Unenclosed StringField - field
Delimiter String - field
Optionally StringEnclosed By - file
Extension String - multi
Line Boolean - null
Ifs List<String> - parse
Header Boolean - record
Delimiter String - replace
Invalid BooleanCharacters - skip
Blank BooleanLines - skip
Byte BooleanOrder Mark - skip
Header Integer - time
Format String - timestamp
Format String - trim
Space Boolean - type String
- validate
Utf8 Boolean
- binary
Format string - compression string
- date
Format string - empty
Field booleanAs Null - encoding string
- error
On booleanColumn Count Mismatch - escape string
- escape
Unenclosed stringField - field
Delimiter string - field
Optionally stringEnclosed By - file
Extension string - multi
Line boolean - null
Ifs string[] - parse
Header boolean - record
Delimiter string - replace
Invalid booleanCharacters - skip
Blank booleanLines - skip
Byte booleanOrder Mark - skip
Header number - time
Format string - timestamp
Format string - trim
Space boolean - type string
- validate
Utf8 boolean
- binary_
format str - compression str
- date_
format str - empty_
field_ boolas_ null - encoding str
- error_
on_ boolcolumn_ count_ mismatch - escape str
- escape_
unenclosed_ strfield - field_
delimiter str - field_
optionally_ strenclosed_ by - file_
extension str - multi_
line bool - null_
ifs Sequence[str] - parse_
header bool - record_
delimiter str - replace_
invalid_ boolcharacters - skip_
blank_ boollines - skip_
byte_ boolorder_ mark - skip_
header int - time_
format str - timestamp_
format str - trim_
space bool - type str
- validate_
utf8 bool
- binary
Format String - compression String
- date
Format String - empty
Field BooleanAs Null - encoding String
- error
On BooleanColumn Count Mismatch - escape String
- escape
Unenclosed StringField - field
Delimiter String - field
Optionally StringEnclosed By - file
Extension String - multi
Line Boolean - null
Ifs List<String> - parse
Header Boolean - record
Delimiter String - replace
Invalid BooleanCharacters - skip
Blank BooleanLines - skip
Byte BooleanOrder Mark - skip
Header Number - time
Format String - timestamp
Format String - trim
Space Boolean - type String
- validate
Utf8 Boolean
GetStagesStageDescribeOutputFileFormatJson
- Allow
Duplicate bool - Binary
Format string - Compression string
- Date
Format string - Enable
Octal bool - File
Extension string - Ignore
Utf8Errors bool - Multi
Line bool - Null
Ifs List<string> - Replace
Invalid boolCharacters - Skip
Byte boolOrder Mark - Strip
Null boolValues - Strip
Outer boolArray - Time
Format string - Timestamp
Format string - Trim
Space bool - Type string
- Allow
Duplicate bool - Binary
Format string - Compression string
- Date
Format string - Enable
Octal bool - File
Extension string - Ignore
Utf8Errors bool - Multi
Line bool - Null
Ifs []string - Replace
Invalid boolCharacters - Skip
Byte boolOrder Mark - Strip
Null boolValues - Strip
Outer boolArray - Time
Format string - Timestamp
Format string - Trim
Space bool - Type string
- allow
Duplicate Boolean - binary
Format String - compression String
- date
Format String - enable
Octal Boolean - file
Extension String - ignore
Utf8Errors Boolean - multi
Line Boolean - null
Ifs List<String> - replace
Invalid BooleanCharacters - skip
Byte BooleanOrder Mark - strip
Null BooleanValues - strip
Outer BooleanArray - time
Format String - timestamp
Format String - trim
Space Boolean - type String
- allow
Duplicate boolean - binary
Format string - compression string
- date
Format string - enable
Octal boolean - file
Extension string - ignore
Utf8Errors boolean - multi
Line boolean - null
Ifs string[] - replace
Invalid booleanCharacters - skip
Byte booleanOrder Mark - strip
Null booleanValues - strip
Outer booleanArray - time
Format string - timestamp
Format string - trim
Space boolean - type string
- allow_
duplicate bool - binary_
format str - compression str
- date_
format str - enable_
octal bool - file_
extension str - ignore_
utf8_ boolerrors - multi_
line bool - null_
ifs Sequence[str] - replace_
invalid_ boolcharacters - skip_
byte_ boolorder_ mark - strip_
null_ boolvalues - strip_
outer_ boolarray - time_
format str - timestamp_
format str - trim_
space bool - type str
- allow
Duplicate Boolean - binary
Format String - compression String
- date
Format String - enable
Octal Boolean - file
Extension String - ignore
Utf8Errors Boolean - multi
Line Boolean - null
Ifs List<String> - replace
Invalid BooleanCharacters - skip
Byte BooleanOrder Mark - strip
Null BooleanValues - strip
Outer BooleanArray - time
Format String - timestamp
Format String - trim
Space Boolean - type String
GetStagesStageDescribeOutputFileFormatOrc
- Null
Ifs List<string> - Replace
Invalid boolCharacters - Trim
Space bool - Type string
- Null
Ifs []string - Replace
Invalid boolCharacters - Trim
Space bool - Type string
- null
Ifs List<String> - replace
Invalid BooleanCharacters - trim
Space Boolean - type String
- null
Ifs string[] - replace
Invalid booleanCharacters - trim
Space boolean - type string
- null_
ifs Sequence[str] - replace_
invalid_ boolcharacters - trim_
space bool - type str
- null
Ifs List<String> - replace
Invalid BooleanCharacters - trim
Space Boolean - type String
GetStagesStageDescribeOutputFileFormatParquet
- Binary
As boolText - Compression string
- Null
Ifs List<string> - Replace
Invalid boolCharacters - Trim
Space bool - Type string
- Use
Logical boolType - Use
Vectorized boolScanner
- Binary
As boolText - Compression string
- Null
Ifs []string - Replace
Invalid boolCharacters - Trim
Space bool - Type string
- Use
Logical boolType - Use
Vectorized boolScanner
- binary
As BooleanText - compression String
- null
Ifs List<String> - replace
Invalid BooleanCharacters - trim
Space Boolean - type String
- use
Logical BooleanType - use
Vectorized BooleanScanner
- binary
As booleanText - compression string
- null
Ifs string[] - replace
Invalid booleanCharacters - trim
Space boolean - type string
- use
Logical booleanType - use
Vectorized booleanScanner
- binary_
as_ booltext - compression str
- null_
ifs Sequence[str] - replace_
invalid_ boolcharacters - trim_
space bool - type str
- use_
logical_ booltype - use_
vectorized_ boolscanner
- binary
As BooleanText - compression String
- null
Ifs List<String> - replace
Invalid BooleanCharacters - trim
Space Boolean - type String
- use
Logical BooleanType - use
Vectorized BooleanScanner
GetStagesStageDescribeOutputFileFormatXml
- Compression string
- Disable
Auto boolConvert - Ignore
Utf8Errors bool - Preserve
Space bool - Replace
Invalid boolCharacters - Skip
Byte boolOrder Mark - Strip
Outer boolElement - Type string
- Compression string
- Disable
Auto boolConvert - Ignore
Utf8Errors bool - Preserve
Space bool - Replace
Invalid boolCharacters - Skip
Byte boolOrder Mark - Strip
Outer boolElement - Type string
- compression String
- disable
Auto BooleanConvert - ignore
Utf8Errors Boolean - preserve
Space Boolean - replace
Invalid BooleanCharacters - skip
Byte BooleanOrder Mark - strip
Outer BooleanElement - type String
- compression string
- disable
Auto booleanConvert - ignore
Utf8Errors boolean - preserve
Space boolean - replace
Invalid booleanCharacters - skip
Byte booleanOrder Mark - strip
Outer booleanElement - type string
- compression str
- disable_
auto_ boolconvert - ignore_
utf8_ boolerrors - preserve_
space bool - replace_
invalid_ boolcharacters - skip_
byte_ boolorder_ mark - strip_
outer_ boolelement - type str
- compression String
- disable
Auto BooleanConvert - ignore
Utf8Errors Boolean - preserve
Space Boolean - replace
Invalid BooleanCharacters - skip
Byte BooleanOrder Mark - strip
Outer BooleanElement - type String
GetStagesStageDescribeOutputLocation
- Aws
Access stringPoint Arn - Urls List<string>
- Aws
Access stringPoint Arn - Urls []string
- aws
Access StringPoint Arn - urls List<String>
- aws
Access stringPoint Arn - urls string[]
- aws_
access_ strpoint_ arn - urls Sequence[str]
- aws
Access StringPoint Arn - urls List<String>
GetStagesStageDescribeOutputPrivatelink
- use
Privatelink BooleanEndpoint
- use
Privatelink booleanEndpoint
- use
Privatelink BooleanEndpoint
GetStagesStageShowOutput
- Cloud string
- Comment string
- Created
On string - Database
Name string - Directory
Enabled bool - Endpoint string
- Has
Credentials bool - Has
Encryption boolKey - Name string
- Owner string
- Owner
Role stringType - Region string
- Schema
Name string - Storage
Integration string - Type string
- Url string
- Cloud string
- Comment string
- Created
On string - Database
Name string - Directory
Enabled bool - Endpoint string
- Has
Credentials bool - Has
Encryption boolKey - Name string
- Owner string
- Owner
Role stringType - Region string
- Schema
Name string - Storage
Integration string - Type string
- Url string
- cloud String
- comment String
- created
On String - database
Name String - directory
Enabled Boolean - endpoint String
- has
Credentials Boolean - has
Encryption BooleanKey - name String
- owner String
- owner
Role StringType - region String
- schema
Name String - storage
Integration String - type String
- url String
- cloud string
- comment string
- created
On string - database
Name string - directory
Enabled boolean - endpoint string
- has
Credentials boolean - has
Encryption booleanKey - name string
- owner string
- owner
Role stringType - region string
- schema
Name string - storage
Integration string - type string
- url string
- cloud str
- comment str
- created_
on str - database_
name str - directory_
enabled bool - endpoint str
- has_
credentials bool - has_
encryption_ boolkey - name str
- owner str
- owner_
role_ strtype - region str
- schema_
name str - storage_
integration str - type str
- url str
- cloud String
- comment String
- created
On String - database
Name String - directory
Enabled Boolean - endpoint String
- has
Credentials Boolean - has
Encryption BooleanKey - name String
- owner String
- owner
Role StringType - region String
- schema
Name String - storage
Integration String - type String
- url String
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
snowflakeTerraform Provider.
published on Thursday, Feb 26, 2026 by Pulumi
