published on Friday, Jul 31, 2026 by Pulumi
published on Friday, Jul 31, 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 iceberg tables. Filtering is aligned with the current possibilities for SHOW ICEBERG TABLES query (like, in, startsWith, limit). The results of SHOW, DESCRIBE, and SHOW PARAMETERS are encapsulated in one output collection icebergTables.
Using getIcebergTables
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 getIcebergTables(args: GetIcebergTablesArgs, opts?: InvokeOptions): Promise<GetIcebergTablesResult>
function getIcebergTablesOutput(args: GetIcebergTablesOutputArgs, opts?: InvokeOptions): Output<GetIcebergTablesResult>def get_iceberg_tables(in_: Optional[GetIcebergTablesIn] = None,
like: Optional[str] = None,
limit: Optional[GetIcebergTablesLimit] = None,
starts_with: Optional[str] = None,
with_describe: Optional[bool] = None,
with_parameters: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetIcebergTablesResult
def get_iceberg_tables_output(in_: pulumi.Input[Optional[GetIcebergTablesInArgs]] = None,
like: pulumi.Input[Optional[str]] = None,
limit: pulumi.Input[Optional[GetIcebergTablesLimitArgs]] = None,
starts_with: pulumi.Input[Optional[str]] = None,
with_describe: pulumi.Input[Optional[bool]] = None,
with_parameters: pulumi.Input[Optional[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIcebergTablesResult]func GetIcebergTables(ctx *Context, args *GetIcebergTablesArgs, opts ...InvokeOption) (*GetIcebergTablesResult, error)
func GetIcebergTablesOutput(ctx *Context, args *GetIcebergTablesOutputArgs, opts ...InvokeOption) GetIcebergTablesResultOutput> Note: This function is named GetIcebergTables in the Go SDK.
public static class GetIcebergTables
{
public static Task<GetIcebergTablesResult> InvokeAsync(GetIcebergTablesArgs args, InvokeOptions? opts = null)
public static Output<GetIcebergTablesResult> Invoke(GetIcebergTablesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIcebergTablesResult> getIcebergTables(GetIcebergTablesArgs args, InvokeOptions options)
public static Output<GetIcebergTablesResult> getIcebergTables(GetIcebergTablesArgs args, InvokeOptions options)
fn::invoke:
function: snowflake:index/getIcebergTables:getIcebergTables
arguments:
# arguments dictionarydata "snowflake_get_iceberg_tables" "name" {
# arguments
}The following arguments are supported:
- In
Get
Iceberg Tables 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_). - Limit
Get
Iceberg Tables Limit - Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Describe bool - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - With
Parameters bool - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
- In
Get
Iceberg Tables 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_). - Limit
Get
Iceberg Tables Limit - Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Describe bool - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - With
Parameters bool - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
- in object
- IN clause to filter the list of objects
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - limit object
- Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - starts_
with string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with_
describe bool - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - with_
parameters bool - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
- in
Get
Iceberg Tables 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_). - limit
Get
Iceberg Tables Limit - Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe Boolean - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - with
Parameters Boolean - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
- in
Get
Iceberg Tables 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_). - limit
Get
Iceberg Tables Limit - Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe boolean - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - with
Parameters boolean - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
- in_
Get
Iceberg Tables 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_). - limit
Get
Iceberg Tables Limit - Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - starts_
with str - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with_
describe bool - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - with_
parameters bool - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters 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_). - limit Property Map
- Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe Boolean - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - with
Parameters Boolean - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
getIcebergTables Result
The following output properties are available:
- Iceberg
Tables List<GetIceberg Tables Iceberg Table> - Holds the aggregated output of all iceberg table details queries.
- Id string
- The provider-assigned unique ID for this managed resource.
- In
Get
Iceberg Tables 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_). - Limit
Get
Iceberg Tables Limit - Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Describe bool - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - With
Parameters bool - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
- Iceberg
Tables []GetIceberg Tables Iceberg Table - Holds the aggregated output of all iceberg table details queries.
- Id string
- The provider-assigned unique ID for this managed resource.
- In
Get
Iceberg Tables 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_). - Limit
Get
Iceberg Tables Limit - Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Describe bool - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - With
Parameters bool - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
- iceberg_
tables list(object) - Holds the aggregated output of all iceberg table details queries.
- id string
- The provider-assigned unique ID for this managed resource.
- in object
- IN clause to filter the list of objects
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%and_). - limit object
- Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - starts_
with string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with_
describe bool - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - with_
parameters bool - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
- iceberg
Tables List<GetIceberg Tables Iceberg Table> - Holds the aggregated output of all iceberg table details queries.
- id String
- The provider-assigned unique ID for this managed resource.
- in
Get
Iceberg Tables 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_). - limit
Get
Iceberg Tables Limit - Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe Boolean - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - with
Parameters Boolean - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
- iceberg
Tables GetIceberg Tables Iceberg Table[] - Holds the aggregated output of all iceberg table details queries.
- id string
- The provider-assigned unique ID for this managed resource.
- in
Get
Iceberg Tables 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_). - limit
Get
Iceberg Tables Limit - Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe boolean - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - with
Parameters boolean - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
- iceberg_
tables Sequence[GetIceberg Tables Iceberg Table] - Holds the aggregated output of all iceberg table details queries.
- id str
- The provider-assigned unique ID for this managed resource.
- in_
Get
Iceberg Tables 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_). - limit
Get
Iceberg Tables Limit - Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - starts_
with str - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with_
describe bool - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - with_
parameters bool - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
- iceberg
Tables List<Property Map> - Holds the aggregated output of all iceberg table details queries.
- id String
- The provider-assigned unique ID for this managed resource.
- 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_). - limit Property Map
- Limits the number of rows returned. If the
limit.fromis set, then the limit will start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstartsWithorlike. - starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe Boolean - (Default:
true) Runs DESC ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output of describe is saved to the describeOutput field. By default this value is set to true. - with
Parameters Boolean - (Default:
true) Runs SHOW PARAMETERS FOR ICEBERG TABLE for each iceberg table returned by SHOW ICEBERG TABLES. The output is saved to the parameters field. By default this value is set to true.
Supporting Types
GetIcebergTablesIcebergTable
- Describe
Outputs List<GetIceberg Tables Iceberg Table Describe Output> - Holds the output of DESCRIBE ICEBERG TABLE.
- Parameters
List<Get
Iceberg Tables Iceberg Table Parameter> - Holds the output of SHOW PARAMETERS FOR ICEBERG TABLE.
- Show
Outputs List<GetIceberg Tables Iceberg Table Show Output> - Holds the output of SHOW ICEBERG TABLES.
- Describe
Outputs []GetIceberg Tables Iceberg Table Describe Output - Holds the output of DESCRIBE ICEBERG TABLE.
- Parameters
[]Get
Iceberg Tables Iceberg Table Parameter - Holds the output of SHOW PARAMETERS FOR ICEBERG TABLE.
- Show
Outputs []GetIceberg Tables Iceberg Table Show Output - Holds the output of SHOW ICEBERG TABLES.
- describe_
outputs list(object) - Holds the output of DESCRIBE ICEBERG TABLE.
- parameters list(object)
- Holds the output of SHOW PARAMETERS FOR ICEBERG TABLE.
- show_
outputs list(object) - Holds the output of SHOW ICEBERG TABLES.
- describe
Outputs List<GetIceberg Tables Iceberg Table Describe Output> - Holds the output of DESCRIBE ICEBERG TABLE.
- parameters
List<Get
Iceberg Tables Iceberg Table Parameter> - Holds the output of SHOW PARAMETERS FOR ICEBERG TABLE.
- show
Outputs List<GetIceberg Tables Iceberg Table Show Output> - Holds the output of SHOW ICEBERG TABLES.
- describe
Outputs GetIceberg Tables Iceberg Table Describe Output[] - Holds the output of DESCRIBE ICEBERG TABLE.
- parameters
Get
Iceberg Tables Iceberg Table Parameter[] - Holds the output of SHOW PARAMETERS FOR ICEBERG TABLE.
- show
Outputs GetIceberg Tables Iceberg Table Show Output[] - Holds the output of SHOW ICEBERG TABLES.
- describe_
outputs Sequence[GetIceberg Tables Iceberg Table Describe Output] - Holds the output of DESCRIBE ICEBERG TABLE.
- parameters
Sequence[Get
Iceberg Tables Iceberg Table Parameter] - Holds the output of SHOW PARAMETERS FOR ICEBERG TABLE.
- show_
outputs Sequence[GetIceberg Tables Iceberg Table Show Output] - Holds the output of SHOW ICEBERG TABLES.
- describe
Outputs List<Property Map> - Holds the output of DESCRIBE ICEBERG TABLE.
- parameters List<Property Map>
- Holds the output of SHOW PARAMETERS FOR ICEBERG TABLE.
- show
Outputs List<Property Map> - Holds the output of SHOW ICEBERG TABLES.
GetIcebergTablesIcebergTableDescribeOutput
- Check string
- Comment string
- Default string
- Expression string
- Is
Nullable bool - Kind string
- Name string
- Name
Mapping string - Policy
Name string - Primary
Key bool - Privacy
Domain string - Source
Iceberg stringType - Type string
- Unique
Key bool - Write
Default string
- Check string
- Comment string
- Default string
- Expression string
- Is
Nullable bool - Kind string
- Name string
- Name
Mapping string - Policy
Name string - Primary
Key bool - Privacy
Domain string - Source
Iceberg stringType - Type string
- Unique
Key bool - Write
Default string
- check string
- comment string
- default string
- expression string
- is_
nullable bool - kind string
- name string
- name_
mapping string - policy_
name string - primary_
key bool - privacy_
domain string - source_
iceberg_ stringtype - type string
- unique_
key bool - write_
default string
- check String
- comment String
- default_ String
- expression String
- is
Nullable Boolean - kind String
- name String
- name
Mapping String - policy
Name String - primary
Key Boolean - privacy
Domain String - source
Iceberg StringType - type String
- unique
Key Boolean - write
Default String
- check string
- comment string
- default string
- expression string
- is
Nullable boolean - kind string
- name string
- name
Mapping string - policy
Name string - primary
Key boolean - privacy
Domain string - source
Iceberg stringType - type string
- unique
Key boolean - write
Default string
- check str
- comment str
- default str
- expression str
- is_
nullable bool - kind str
- name str
- name_
mapping str - policy_
name str - primary_
key bool - privacy_
domain str - source_
iceberg_ strtype - type str
- unique_
key bool - write_
default str
- check String
- comment String
- default String
- expression String
- is
Nullable Boolean - kind String
- name String
- name
Mapping String - policy
Name String - primary
Key Boolean - privacy
Domain String - source
Iceberg StringType - type String
- unique
Key Boolean - write
Default String
GetIcebergTablesIcebergTableParameter
- Catalog
Syncs List<GetIceberg Tables Iceberg Table Parameter Catalog Sync> - Catalogs
List<Get
Iceberg Tables Iceberg Table Parameter Catalog> - Data
Retention List<GetTime In Days Iceberg Tables Iceberg Table Parameter Data Retention Time In Day> - Enable
Data List<GetCompactions Iceberg Tables Iceberg Table Parameter Enable Data Compaction> - Enable
Iceberg List<GetMerge On Reads Iceberg Tables Iceberg Table Parameter Enable Iceberg Merge On Read> - External
Volumes List<GetIceberg Tables Iceberg Table Parameter External Volume> - Iceberg
Merge List<GetOn Read Behaviors Iceberg Tables Iceberg Table Parameter Iceberg Merge On Read Behavior> - Max
Data List<GetExtension Time In Days Iceberg Tables Iceberg Table Parameter Max Data Extension Time In Day> - Replace
Invalid List<GetCharacters Iceberg Tables Iceberg Table Parameter Replace Invalid Character> - Storage
Serialization List<GetPolicies Iceberg Tables Iceberg Table Parameter Storage Serialization Policy> - Target
File List<GetSizes Iceberg Tables Iceberg Table Parameter Target File Size>
- Catalog
Syncs []GetIceberg Tables Iceberg Table Parameter Catalog Sync - Catalogs
[]Get
Iceberg Tables Iceberg Table Parameter Catalog - Data
Retention []GetTime In Days Iceberg Tables Iceberg Table Parameter Data Retention Time In Day - Enable
Data []GetCompactions Iceberg Tables Iceberg Table Parameter Enable Data Compaction - Enable
Iceberg []GetMerge On Reads Iceberg Tables Iceberg Table Parameter Enable Iceberg Merge On Read - External
Volumes []GetIceberg Tables Iceberg Table Parameter External Volume - Iceberg
Merge []GetOn Read Behaviors Iceberg Tables Iceberg Table Parameter Iceberg Merge On Read Behavior - Max
Data []GetExtension Time In Days Iceberg Tables Iceberg Table Parameter Max Data Extension Time In Day - Replace
Invalid []GetCharacters Iceberg Tables Iceberg Table Parameter Replace Invalid Character - Storage
Serialization []GetPolicies Iceberg Tables Iceberg Table Parameter Storage Serialization Policy - Target
File []GetSizes Iceberg Tables Iceberg Table Parameter Target File Size
- catalog_
syncs list(object) - catalogs list(object)
- data_
retention_ list(object)time_ in_ days - enable_
data_ list(object)compactions - enable_
iceberg_ list(object)merge_ on_ reads - external_
volumes list(object) - iceberg_
merge_ list(object)on_ read_ behaviors - max_
data_ list(object)extension_ time_ in_ days - replace_
invalid_ list(object)characters - storage_
serialization_ list(object)policies - target_
file_ list(object)sizes
- catalog
Syncs List<GetIceberg Tables Iceberg Table Parameter Catalog Sync> - catalogs
List<Get
Iceberg Tables Iceberg Table Parameter Catalog> - data
Retention List<GetTime In Days Iceberg Tables Iceberg Table Parameter Data Retention Time In Day> - enable
Data List<GetCompactions Iceberg Tables Iceberg Table Parameter Enable Data Compaction> - enable
Iceberg List<GetMerge On Reads Iceberg Tables Iceberg Table Parameter Enable Iceberg Merge On Read> - external
Volumes List<GetIceberg Tables Iceberg Table Parameter External Volume> - iceberg
Merge List<GetOn Read Behaviors Iceberg Tables Iceberg Table Parameter Iceberg Merge On Read Behavior> - max
Data List<GetExtension Time In Days Iceberg Tables Iceberg Table Parameter Max Data Extension Time In Day> - replace
Invalid List<GetCharacters Iceberg Tables Iceberg Table Parameter Replace Invalid Character> - storage
Serialization List<GetPolicies Iceberg Tables Iceberg Table Parameter Storage Serialization Policy> - target
File List<GetSizes Iceberg Tables Iceberg Table Parameter Target File Size>
- catalog
Syncs GetIceberg Tables Iceberg Table Parameter Catalog Sync[] - catalogs
Get
Iceberg Tables Iceberg Table Parameter Catalog[] - data
Retention GetTime In Days Iceberg Tables Iceberg Table Parameter Data Retention Time In Day[] - enable
Data GetCompactions Iceberg Tables Iceberg Table Parameter Enable Data Compaction[] - enable
Iceberg GetMerge On Reads Iceberg Tables Iceberg Table Parameter Enable Iceberg Merge On Read[] - external
Volumes GetIceberg Tables Iceberg Table Parameter External Volume[] - iceberg
Merge GetOn Read Behaviors Iceberg Tables Iceberg Table Parameter Iceberg Merge On Read Behavior[] - max
Data GetExtension Time In Days Iceberg Tables Iceberg Table Parameter Max Data Extension Time In Day[] - replace
Invalid GetCharacters Iceberg Tables Iceberg Table Parameter Replace Invalid Character[] - storage
Serialization GetPolicies Iceberg Tables Iceberg Table Parameter Storage Serialization Policy[] - target
File GetSizes Iceberg Tables Iceberg Table Parameter Target File Size[]
- catalog_
syncs Sequence[GetIceberg Tables Iceberg Table Parameter Catalog Sync] - catalogs
Sequence[Get
Iceberg Tables Iceberg Table Parameter Catalog] - data_
retention_ Sequence[Gettime_ in_ days Iceberg Tables Iceberg Table Parameter Data Retention Time In Day] - enable_
data_ Sequence[Getcompactions Iceberg Tables Iceberg Table Parameter Enable Data Compaction] - enable_
iceberg_ Sequence[Getmerge_ on_ reads Iceberg Tables Iceberg Table Parameter Enable Iceberg Merge On Read] - external_
volumes Sequence[GetIceberg Tables Iceberg Table Parameter External Volume] - iceberg_
merge_ Sequence[Geton_ read_ behaviors Iceberg Tables Iceberg Table Parameter Iceberg Merge On Read Behavior] - max_
data_ Sequence[Getextension_ time_ in_ days Iceberg Tables Iceberg Table Parameter Max Data Extension Time In Day] - replace_
invalid_ Sequence[Getcharacters Iceberg Tables Iceberg Table Parameter Replace Invalid Character] - storage_
serialization_ Sequence[Getpolicies Iceberg Tables Iceberg Table Parameter Storage Serialization Policy] - target_
file_ Sequence[Getsizes Iceberg Tables Iceberg Table Parameter Target File Size]
- catalog
Syncs List<Property Map> - catalogs List<Property Map>
- data
Retention List<Property Map>Time In Days - enable
Data List<Property Map>Compactions - enable
Iceberg List<Property Map>Merge On Reads - external
Volumes List<Property Map> - iceberg
Merge List<Property Map>On Read Behaviors - max
Data List<Property Map>Extension Time In Days - replace
Invalid List<Property Map>Characters - storage
Serialization List<Property Map>Policies - target
File List<Property Map>Sizes
GetIcebergTablesIcebergTableParameterCatalog
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default string
- description string
- key string
- level string
- value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetIcebergTablesIcebergTableParameterCatalogSync
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default string
- description string
- key string
- level string
- value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetIcebergTablesIcebergTableParameterDataRetentionTimeInDay
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default string
- description string
- key string
- level string
- value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetIcebergTablesIcebergTableParameterEnableDataCompaction
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default string
- description string
- key string
- level string
- value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetIcebergTablesIcebergTableParameterEnableIcebergMergeOnRead
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default string
- description string
- key string
- level string
- value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetIcebergTablesIcebergTableParameterExternalVolume
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default string
- description string
- key string
- level string
- value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetIcebergTablesIcebergTableParameterIcebergMergeOnReadBehavior
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default string
- description string
- key string
- level string
- value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetIcebergTablesIcebergTableParameterMaxDataExtensionTimeInDay
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default string
- description string
- key string
- level string
- value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetIcebergTablesIcebergTableParameterReplaceInvalidCharacter
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default string
- description string
- key string
- level string
- value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetIcebergTablesIcebergTableParameterStorageSerializationPolicy
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default string
- description string
- key string
- level string
- value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetIcebergTablesIcebergTableParameterTargetFileSize
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default string
- description string
- key string
- level string
- value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetIcebergTablesIcebergTableShowOutput
- Auto
Refresh List<GetStatuses Iceberg Tables Iceberg Table Show Output Auto Refresh Status> - Base
Location string - Can
Write boolMetadata - Catalog
Name string - Catalog
Namespace string - Catalog
Sync stringName - Catalog
Table stringName - Comment string
- Created
On string - Current
Partition intSpec Id - Database
Name string - External
Volume stringName - Iceberg
Table intFormat Version - Iceberg
Table stringType - Name string
- Name
Mapping string - Owner string
- Owner
Role stringType - Partition
Specs List<GetIceberg Tables Iceberg Table Show Output Partition Spec> - Schema
Name string
- Auto
Refresh []GetStatuses Iceberg Tables Iceberg Table Show Output Auto Refresh Status - Base
Location string - Can
Write boolMetadata - Catalog
Name string - Catalog
Namespace string - Catalog
Sync stringName - Catalog
Table stringName - Comment string
- Created
On string - Current
Partition intSpec Id - Database
Name string - External
Volume stringName - Iceberg
Table intFormat Version - Iceberg
Table stringType - Name string
- Name
Mapping string - Owner string
- Owner
Role stringType - Partition
Specs []GetIceberg Tables Iceberg Table Show Output Partition Spec - Schema
Name string
- auto_
refresh_ list(object)statuses - base_
location string - can_
write_ boolmetadata - catalog_
name string - catalog_
namespace string - catalog_
sync_ stringname - catalog_
table_ stringname - comment string
- created_
on string - current_
partition_ numberspec_ id - database_
name string - external_
volume_ stringname - iceberg_
table_ numberformat_ version - iceberg_
table_ stringtype - name string
- name_
mapping string - owner string
- owner_
role_ stringtype - partition_
specs list(object) - schema_
name string
- auto
Refresh List<GetStatuses Iceberg Tables Iceberg Table Show Output Auto Refresh Status> - base
Location String - can
Write BooleanMetadata - catalog
Name String - catalog
Namespace String - catalog
Sync StringName - catalog
Table StringName - comment String
- created
On String - current
Partition IntegerSpec Id - database
Name String - external
Volume StringName - iceberg
Table IntegerFormat Version - iceberg
Table StringType - name String
- name
Mapping String - owner String
- owner
Role StringType - partition
Specs List<GetIceberg Tables Iceberg Table Show Output Partition Spec> - schema
Name String
- auto
Refresh GetStatuses Iceberg Tables Iceberg Table Show Output Auto Refresh Status[] - base
Location string - can
Write booleanMetadata - catalog
Name string - catalog
Namespace string - catalog
Sync stringName - catalog
Table stringName - comment string
- created
On string - current
Partition numberSpec Id - database
Name string - external
Volume stringName - iceberg
Table numberFormat Version - iceberg
Table stringType - name string
- name
Mapping string - owner string
- owner
Role stringType - partition
Specs GetIceberg Tables Iceberg Table Show Output Partition Spec[] - schema
Name string
- auto_
refresh_ Sequence[Getstatuses Iceberg Tables Iceberg Table Show Output Auto Refresh Status] - base_
location str - can_
write_ boolmetadata - catalog_
name str - catalog_
namespace str - catalog_
sync_ strname - catalog_
table_ strname - comment str
- created_
on str - current_
partition_ intspec_ id - database_
name str - external_
volume_ strname - iceberg_
table_ intformat_ version - iceberg_
table_ strtype - name str
- name_
mapping str - owner str
- owner_
role_ strtype - partition_
specs Sequence[GetIceberg Tables Iceberg Table Show Output Partition Spec] - schema_
name str
- auto
Refresh List<Property Map>Statuses - base
Location String - can
Write BooleanMetadata - catalog
Name String - catalog
Namespace String - catalog
Sync StringName - catalog
Table StringName - comment String
- created
On String - current
Partition NumberSpec Id - database
Name String - external
Volume StringName - iceberg
Table NumberFormat Version - iceberg
Table StringType - name String
- name
Mapping String - owner String
- owner
Role StringType - partition
Specs List<Property Map> - schema
Name String
GetIcebergTablesIcebergTableShowOutputAutoRefreshStatus
- Current
Snapshot intId - Execution
State string - Last
Snapshot stringTime - Last
Updated stringTime - Pending
Snapshot intCount
- Current
Snapshot intId - Execution
State string - Last
Snapshot stringTime - Last
Updated stringTime - Pending
Snapshot intCount
- current_
snapshot_ numberid - execution_
state string - last_
snapshot_ stringtime - last_
updated_ stringtime - pending_
snapshot_ numbercount
- current
Snapshot IntegerId - execution
State String - last
Snapshot StringTime - last
Updated StringTime - pending
Snapshot IntegerCount
- current
Snapshot numberId - execution
State string - last
Snapshot stringTime - last
Updated stringTime - pending
Snapshot numberCount
- current
Snapshot NumberId - execution
State String - last
Snapshot StringTime - last
Updated StringTime - pending
Snapshot NumberCount
GetIcebergTablesIcebergTableShowOutputPartitionSpec
- fields list(object)
- spec_
id number
- fields List<Property Map>
- spec
Id Number
GetIcebergTablesIcebergTableShowOutputPartitionSpecField
GetIcebergTablesIn
GetIcebergTablesLimit
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
snowflakeTerraform Provider.
published on Friday, Jul 31, 2026 by Pulumi