1. Packages
  2. Snowflake Provider
  3. API Docs
  4. getTags
Snowflake v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi

snowflake.getTags

Explore with Pulumi AI

snowflake logo
Snowflake v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi

    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 GetTagsIn
    IN clause to filter the list of objects
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    In GetTagsIn
    IN clause to filter the list of objects
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    in GetTagsIn
    IN clause to filter the list of objects
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    in GetTagsIn
    IN clause to filter the list of objects
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    in_ GetTagsIn
    IN clause to filter the list of objects
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    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.
    Tags List<GetTagsTag>
    Holds the aggregated output of all tags details queries.
    In GetTagsIn
    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.
    Tags []GetTagsTag
    Holds the aggregated output of all tags details queries.
    In GetTagsIn
    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.
    tags List<GetTagsTag>
    Holds the aggregated output of all tags details queries.
    in GetTagsIn
    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.
    tags GetTagsTag[]
    Holds the aggregated output of all tags details queries.
    in GetTagsIn
    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.
    tags Sequence[GetTagsTag]
    Holds the aggregated output of all tags details queries.
    in_ GetTagsIn
    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.
    tags 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.
    ApplicationPackage 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.
    ApplicationPackage 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.
    applicationPackage 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.
    applicationPackage 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.
    applicationPackage 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

    ShowOutputs List<GetTagsTagShowOutput>
    Holds the output of SHOW TAGS.
    ShowOutputs []GetTagsTagShowOutput
    Holds the output of SHOW TAGS.
    showOutputs List<GetTagsTagShowOutput>
    Holds the output of SHOW TAGS.
    showOutputs GetTagsTagShowOutput[]
    Holds the output of SHOW TAGS.
    show_outputs Sequence[GetTagsTagShowOutput]
    Holds the output of SHOW TAGS.
    showOutputs List<Property Map>
    Holds the output of SHOW TAGS.

    GetTagsTagShowOutput

    AllowedValues List<string>
    Comment string
    CreatedOn string
    DatabaseName string
    Name string
    Owner string
    OwnerRoleType string
    SchemaName string
    AllowedValues []string
    Comment string
    CreatedOn string
    DatabaseName string
    Name string
    Owner string
    OwnerRoleType string
    SchemaName string
    allowedValues List<String>
    comment String
    createdOn String
    databaseName String
    name String
    owner String
    ownerRoleType String
    schemaName String
    allowedValues string[]
    comment string
    createdOn string
    databaseName string
    name string
    owner string
    ownerRoleType string
    schemaName string
    allowedValues List<String>
    comment String
    createdOn String
    databaseName String
    name String
    owner String
    ownerRoleType String
    schemaName 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
    Snowflake v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi