Snowflake v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi
snowflake.getTags
Explore with Pulumi AI
Data source used to get details of filtered tags. Filtering is aligned with the current possibilities for SHOW TAGS query. The results of SHOW are encapsulated in one output collection tags
.
Using getTags
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 getTags(args: GetTagsArgs, opts?: InvokeOptions): Promise<GetTagsResult>
function getTagsOutput(args: GetTagsOutputArgs, opts?: InvokeOptions): Output<GetTagsResult>
def get_tags(in_: Optional[GetTagsIn] = None,
like: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTagsResult
def get_tags_output(in_: Optional[pulumi.Input[GetTagsInArgs]] = None,
like: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTagsResult]
func GetTags(ctx *Context, args *GetTagsArgs, opts ...InvokeOption) (*GetTagsResult, error)
func GetTagsOutput(ctx *Context, args *GetTagsOutputArgs, opts ...InvokeOption) GetTagsResultOutput
> Note: This function is named GetTags
in the Go SDK.
public static class GetTags
{
public static Task<GetTagsResult> InvokeAsync(GetTagsArgs args, InvokeOptions? opts = null)
public static Output<GetTagsResult> Invoke(GetTagsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTagsResult> getTags(GetTagsArgs args, InvokeOptions options)
public static Output<GetTagsResult> getTags(GetTagsArgs args, InvokeOptions options)
fn::invoke:
function: snowflake:index/getTags:getTags
arguments:
# arguments dictionary
The following arguments are supported:
- 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_
).
getTags Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- List<Get
Tags Tag> - Holds the aggregated output of all tags details queries.
- In
Get
Tags 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_
).
- Id string
- The provider-assigned unique ID for this managed resource.
- []Get
Tags Tag - Holds the aggregated output of all tags details queries.
- In
Get
Tags 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_
).
- id String
- The provider-assigned unique ID for this managed resource.
- List<Get
Tags Tag> - Holds the aggregated output of all tags details queries.
- in
Get
Tags 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_
).
- id string
- The provider-assigned unique ID for this managed resource.
- Get
Tags Tag[] - Holds the aggregated output of all tags details queries.
- in
Get
Tags 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_
).
- id str
- The provider-assigned unique ID for this managed resource.
- Sequence[Get
Tags Tag] - Holds the aggregated output of all tags details queries.
- in_
Get
Tags 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_
).
- id String
- The provider-assigned unique ID for this managed resource.
- List<Property Map>
- Holds the aggregated output of all tags 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_
).
Supporting Types
GetTagsIn
- 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.
GetTagsTag
- Show
Outputs List<GetTags Tag Show Output> - Holds the output of SHOW TAGS.
- Show
Outputs []GetTags Tag Show Output - Holds the output of SHOW TAGS.
- show
Outputs List<GetTags Tag Show Output> - Holds the output of SHOW TAGS.
- show
Outputs GetTags Tag Show Output[] - Holds the output of SHOW TAGS.
- show_
outputs Sequence[GetTags Tag Show Output] - Holds the output of SHOW TAGS.
- show
Outputs List<Property Map> - Holds the output of SHOW TAGS.
GetTagsTagShowOutput
- Allowed
Values List<string> - Comment string
- Created
On string - Database
Name string - Name string
- Owner string
- Owner
Role stringType - Schema
Name string
- Allowed
Values []string - Comment string
- Created
On string - Database
Name string - Name string
- Owner string
- Owner
Role stringType - Schema
Name string
- allowed
Values List<String> - comment String
- created
On String - database
Name String - name String
- owner String
- owner
Role StringType - schema
Name String
- allowed
Values string[] - comment string
- created
On string - database
Name string - name string
- owner string
- owner
Role stringType - schema
Name string
- allowed_
values Sequence[str] - comment str
- created_
on str - database_
name str - name str
- owner str
- owner_
role_ strtype - schema_
name str
- allowed
Values List<String> - comment String
- created
On String - database
Name String - name String
- owner String
- owner
Role StringType - schema
Name String
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
snowflake
Terraform Provider.