1. Packages
  2. Snowflake
  3. API Docs
  4. Table
Snowflake v0.50.2 published on Friday, Mar 8, 2024 by Pulumi

snowflake.Table

Explore with Pulumi AI

snowflake logo
Snowflake v0.50.2 published on Friday, Mar 8, 2024 by Pulumi

    Import

    format is database name | schema name | table name

    $ pulumi import snowflake:index/table:Table example 'databaseName|schemaName|tableName'
    

    Create Table Resource

    new Table(name: string, args: TableArgs, opts?: CustomResourceOptions);
    @overload
    def Table(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              change_tracking: Optional[bool] = None,
              cluster_bies: Optional[Sequence[str]] = None,
              columns: Optional[Sequence[TableColumnArgs]] = None,
              comment: Optional[str] = None,
              data_retention_time_in_days: Optional[int] = None,
              database: Optional[str] = None,
              name: Optional[str] = None,
              primary_key: Optional[TablePrimaryKeyArgs] = None,
              schema: Optional[str] = None,
              tags: Optional[Sequence[TableTagArgs]] = None)
    @overload
    def Table(resource_name: str,
              args: TableArgs,
              opts: Optional[ResourceOptions] = None)
    func NewTable(ctx *Context, name string, args TableArgs, opts ...ResourceOption) (*Table, error)
    public Table(string name, TableArgs args, CustomResourceOptions? opts = null)
    public Table(String name, TableArgs args)
    public Table(String name, TableArgs args, CustomResourceOptions options)
    
    type: snowflake:Table
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args TableArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TableArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TableArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TableArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TableArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Table Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Table resource accepts the following input properties:

    Columns List<TableColumn>
    Definitions of a column to create in the table. Minimum one required.
    Database string
    Name of the database that the tag was created in.
    Schema string
    Name of the schema that the tag was created in.
    ChangeTracking bool
    Specifies whether to enable change tracking on the table. Default false.
    ClusterBies List<string>
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    Comment string
    Column comment
    DataRetentionTimeInDays int
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    Name string
    Column name
    PrimaryKey TablePrimaryKey
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    Tags List<TableTag>
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    Columns []TableColumnArgs
    Definitions of a column to create in the table. Minimum one required.
    Database string
    Name of the database that the tag was created in.
    Schema string
    Name of the schema that the tag was created in.
    ChangeTracking bool
    Specifies whether to enable change tracking on the table. Default false.
    ClusterBies []string
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    Comment string
    Column comment
    DataRetentionTimeInDays int
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    Name string
    Column name
    PrimaryKey TablePrimaryKeyArgs
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    Tags []TableTagArgs
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    columns List<TableColumn>
    Definitions of a column to create in the table. Minimum one required.
    database String
    Name of the database that the tag was created in.
    schema String
    Name of the schema that the tag was created in.
    changeTracking Boolean
    Specifies whether to enable change tracking on the table. Default false.
    clusterBies List<String>
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    comment String
    Column comment
    dataRetentionTimeInDays Integer
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    name String
    Column name
    primaryKey TablePrimaryKey
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    tags List<TableTag>
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    columns TableColumn[]
    Definitions of a column to create in the table. Minimum one required.
    database string
    Name of the database that the tag was created in.
    schema string
    Name of the schema that the tag was created in.
    changeTracking boolean
    Specifies whether to enable change tracking on the table. Default false.
    clusterBies string[]
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    comment string
    Column comment
    dataRetentionTimeInDays number
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    name string
    Column name
    primaryKey TablePrimaryKey
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    tags TableTag[]
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    columns Sequence[TableColumnArgs]
    Definitions of a column to create in the table. Minimum one required.
    database str
    Name of the database that the tag was created in.
    schema str
    Name of the schema that the tag was created in.
    change_tracking bool
    Specifies whether to enable change tracking on the table. Default false.
    cluster_bies Sequence[str]
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    comment str
    Column comment
    data_retention_time_in_days int
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    name str
    Column name
    primary_key TablePrimaryKeyArgs
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    tags Sequence[TableTagArgs]
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    columns List<Property Map>
    Definitions of a column to create in the table. Minimum one required.
    database String
    Name of the database that the tag was created in.
    schema String
    Name of the schema that the tag was created in.
    changeTracking Boolean
    Specifies whether to enable change tracking on the table. Default false.
    clusterBies List<String>
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    comment String
    Column comment
    dataRetentionTimeInDays Number
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    name String
    Column name
    primaryKey Property Map
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    tags List<Property Map>
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Table resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Owner string
    Name of the role that owns the table.
    QualifiedName string
    Qualified name of the table.
    Id string
    The provider-assigned unique ID for this managed resource.
    Owner string
    Name of the role that owns the table.
    QualifiedName string
    Qualified name of the table.
    id String
    The provider-assigned unique ID for this managed resource.
    owner String
    Name of the role that owns the table.
    qualifiedName String
    Qualified name of the table.
    id string
    The provider-assigned unique ID for this managed resource.
    owner string
    Name of the role that owns the table.
    qualifiedName string
    Qualified name of the table.
    id str
    The provider-assigned unique ID for this managed resource.
    owner str
    Name of the role that owns the table.
    qualified_name str
    Qualified name of the table.
    id String
    The provider-assigned unique ID for this managed resource.
    owner String
    Name of the role that owns the table.
    qualifiedName String
    Qualified name of the table.

    Look up Existing Table Resource

    Get an existing Table resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: TableState, opts?: CustomResourceOptions): Table
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            change_tracking: Optional[bool] = None,
            cluster_bies: Optional[Sequence[str]] = None,
            columns: Optional[Sequence[TableColumnArgs]] = None,
            comment: Optional[str] = None,
            data_retention_time_in_days: Optional[int] = None,
            database: Optional[str] = None,
            name: Optional[str] = None,
            owner: Optional[str] = None,
            primary_key: Optional[TablePrimaryKeyArgs] = None,
            qualified_name: Optional[str] = None,
            schema: Optional[str] = None,
            tags: Optional[Sequence[TableTagArgs]] = None) -> Table
    func GetTable(ctx *Context, name string, id IDInput, state *TableState, opts ...ResourceOption) (*Table, error)
    public static Table Get(string name, Input<string> id, TableState? state, CustomResourceOptions? opts = null)
    public static Table get(String name, Output<String> id, TableState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ChangeTracking bool
    Specifies whether to enable change tracking on the table. Default false.
    ClusterBies List<string>
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    Columns List<TableColumn>
    Definitions of a column to create in the table. Minimum one required.
    Comment string
    Column comment
    DataRetentionTimeInDays int
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    Database string
    Name of the database that the tag was created in.
    Name string
    Column name
    Owner string
    Name of the role that owns the table.
    PrimaryKey TablePrimaryKey
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    QualifiedName string
    Qualified name of the table.
    Schema string
    Name of the schema that the tag was created in.
    Tags List<TableTag>
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    ChangeTracking bool
    Specifies whether to enable change tracking on the table. Default false.
    ClusterBies []string
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    Columns []TableColumnArgs
    Definitions of a column to create in the table. Minimum one required.
    Comment string
    Column comment
    DataRetentionTimeInDays int
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    Database string
    Name of the database that the tag was created in.
    Name string
    Column name
    Owner string
    Name of the role that owns the table.
    PrimaryKey TablePrimaryKeyArgs
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    QualifiedName string
    Qualified name of the table.
    Schema string
    Name of the schema that the tag was created in.
    Tags []TableTagArgs
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    changeTracking Boolean
    Specifies whether to enable change tracking on the table. Default false.
    clusterBies List<String>
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    columns List<TableColumn>
    Definitions of a column to create in the table. Minimum one required.
    comment String
    Column comment
    dataRetentionTimeInDays Integer
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    database String
    Name of the database that the tag was created in.
    name String
    Column name
    owner String
    Name of the role that owns the table.
    primaryKey TablePrimaryKey
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    qualifiedName String
    Qualified name of the table.
    schema String
    Name of the schema that the tag was created in.
    tags List<TableTag>
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    changeTracking boolean
    Specifies whether to enable change tracking on the table. Default false.
    clusterBies string[]
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    columns TableColumn[]
    Definitions of a column to create in the table. Minimum one required.
    comment string
    Column comment
    dataRetentionTimeInDays number
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    database string
    Name of the database that the tag was created in.
    name string
    Column name
    owner string
    Name of the role that owns the table.
    primaryKey TablePrimaryKey
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    qualifiedName string
    Qualified name of the table.
    schema string
    Name of the schema that the tag was created in.
    tags TableTag[]
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    change_tracking bool
    Specifies whether to enable change tracking on the table. Default false.
    cluster_bies Sequence[str]
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    columns Sequence[TableColumnArgs]
    Definitions of a column to create in the table. Minimum one required.
    comment str
    Column comment
    data_retention_time_in_days int
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    database str
    Name of the database that the tag was created in.
    name str
    Column name
    owner str
    Name of the role that owns the table.
    primary_key TablePrimaryKeyArgs
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    qualified_name str
    Qualified name of the table.
    schema str
    Name of the schema that the tag was created in.
    tags Sequence[TableTagArgs]
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    changeTracking Boolean
    Specifies whether to enable change tracking on the table. Default false.
    clusterBies List<String>
    A list of one or more table columns/expressions to be used as clustering key(s) for the table
    columns List<Property Map>
    Definitions of a column to create in the table. Minimum one required.
    comment String
    Column comment
    dataRetentionTimeInDays Number
    Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
    database String
    Name of the database that the tag was created in.
    name String
    Column name
    owner String
    Name of the role that owns the table.
    primaryKey Property Map
    Definitions of primary key constraint to create on table

    Deprecated:Use snowflake_table_constraint instead

    qualifiedName String
    Qualified name of the table.
    schema String
    Name of the schema that the tag was created in.
    tags List<Property Map>
    Definitions of a tag to associate with the resource.

    Deprecated:Use the 'snowflake_tag_association' resource instead.

    Supporting Types

    TableColumn, TableColumnArgs

    Name string
    Column name
    Type string
    Column type, e.g. VARIANT
    Collate string
    Column collation, e.g. utf8
    Comment string
    Column comment
    Default TableColumnDefault
    Defines the column default value; note due to limitations of Snowflake's ALTER TABLE ADD/MODIFY COLUMN updates to default will not be applied
    Identity TableColumnIdentity
    Defines the identity start/step values for a column. Note Identity/default are mutually exclusive.
    MaskingPolicy string
    Masking policy to apply on column. It has to be a fully qualified name.
    Nullable bool
    Whether this column can contain null values. Note: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint.
    Name string
    Column name
    Type string
    Column type, e.g. VARIANT
    Collate string
    Column collation, e.g. utf8
    Comment string
    Column comment
    Default TableColumnDefault
    Defines the column default value; note due to limitations of Snowflake's ALTER TABLE ADD/MODIFY COLUMN updates to default will not be applied
    Identity TableColumnIdentity
    Defines the identity start/step values for a column. Note Identity/default are mutually exclusive.
    MaskingPolicy string
    Masking policy to apply on column. It has to be a fully qualified name.
    Nullable bool
    Whether this column can contain null values. Note: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint.
    name String
    Column name
    type String
    Column type, e.g. VARIANT
    collate String
    Column collation, e.g. utf8
    comment String
    Column comment
    default_ TableColumnDefault
    Defines the column default value; note due to limitations of Snowflake's ALTER TABLE ADD/MODIFY COLUMN updates to default will not be applied
    identity TableColumnIdentity
    Defines the identity start/step values for a column. Note Identity/default are mutually exclusive.
    maskingPolicy String
    Masking policy to apply on column. It has to be a fully qualified name.
    nullable Boolean
    Whether this column can contain null values. Note: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint.
    name string
    Column name
    type string
    Column type, e.g. VARIANT
    collate string
    Column collation, e.g. utf8
    comment string
    Column comment
    default TableColumnDefault
    Defines the column default value; note due to limitations of Snowflake's ALTER TABLE ADD/MODIFY COLUMN updates to default will not be applied
    identity TableColumnIdentity
    Defines the identity start/step values for a column. Note Identity/default are mutually exclusive.
    maskingPolicy string
    Masking policy to apply on column. It has to be a fully qualified name.
    nullable boolean
    Whether this column can contain null values. Note: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint.
    name str
    Column name
    type str
    Column type, e.g. VARIANT
    collate str
    Column collation, e.g. utf8
    comment str
    Column comment
    default TableColumnDefault
    Defines the column default value; note due to limitations of Snowflake's ALTER TABLE ADD/MODIFY COLUMN updates to default will not be applied
    identity TableColumnIdentity
    Defines the identity start/step values for a column. Note Identity/default are mutually exclusive.
    masking_policy str
    Masking policy to apply on column. It has to be a fully qualified name.
    nullable bool
    Whether this column can contain null values. Note: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint.
    name String
    Column name
    type String
    Column type, e.g. VARIANT
    collate String
    Column collation, e.g. utf8
    comment String
    Column comment
    default Property Map
    Defines the column default value; note due to limitations of Snowflake's ALTER TABLE ADD/MODIFY COLUMN updates to default will not be applied
    identity Property Map
    Defines the identity start/step values for a column. Note Identity/default are mutually exclusive.
    maskingPolicy String
    Masking policy to apply on column. It has to be a fully qualified name.
    nullable Boolean
    Whether this column can contain null values. Note: Depending on your Snowflake version, the default value will not suffice if this column is used in a primary key constraint.

    TableColumnDefault, TableColumnDefaultArgs

    Constant string
    The default constant value for the column
    Expression string
    The default expression value for the column
    Sequence string
    The default sequence to use for the column
    Constant string
    The default constant value for the column
    Expression string
    The default expression value for the column
    Sequence string
    The default sequence to use for the column
    constant String
    The default constant value for the column
    expression String
    The default expression value for the column
    sequence String
    The default sequence to use for the column
    constant string
    The default constant value for the column
    expression string
    The default expression value for the column
    sequence string
    The default sequence to use for the column
    constant str
    The default constant value for the column
    expression str
    The default expression value for the column
    sequence str
    The default sequence to use for the column
    constant String
    The default constant value for the column
    expression String
    The default expression value for the column
    sequence String
    The default sequence to use for the column

    TableColumnIdentity, TableColumnIdentityArgs

    StartNum int
    The number to start incrementing at.
    StepNum int
    Step size to increment by.
    StartNum int
    The number to start incrementing at.
    StepNum int
    Step size to increment by.
    startNum Integer
    The number to start incrementing at.
    stepNum Integer
    Step size to increment by.
    startNum number
    The number to start incrementing at.
    stepNum number
    Step size to increment by.
    start_num int
    The number to start incrementing at.
    step_num int
    Step size to increment by.
    startNum Number
    The number to start incrementing at.
    stepNum Number
    Step size to increment by.

    TablePrimaryKey, TablePrimaryKeyArgs

    Keys List<string>
    Columns to use in primary key
    Name string
    Name of constraint
    Keys []string
    Columns to use in primary key
    Name string
    Name of constraint
    keys List<String>
    Columns to use in primary key
    name String
    Name of constraint
    keys string[]
    Columns to use in primary key
    name string
    Name of constraint
    keys Sequence[str]
    Columns to use in primary key
    name str
    Name of constraint
    keys List<String>
    Columns to use in primary key
    name String
    Name of constraint

    TableTag, TableTagArgs

    Name string
    Tag name, e.g. department.
    Value string
    Tag value, e.g. marketing_info.
    Database string
    Name of the database that the tag was created in.
    Schema string
    Name of the schema that the tag was created in.
    Name string
    Tag name, e.g. department.
    Value string
    Tag value, e.g. marketing_info.
    Database string
    Name of the database that the tag was created in.
    Schema string
    Name of the schema that the tag was created in.
    name String
    Tag name, e.g. department.
    value String
    Tag value, e.g. marketing_info.
    database String
    Name of the database that the tag was created in.
    schema String
    Name of the schema that the tag was created in.
    name string
    Tag name, e.g. department.
    value string
    Tag value, e.g. marketing_info.
    database string
    Name of the database that the tag was created in.
    schema string
    Name of the schema that the tag was created in.
    name str
    Tag name, e.g. department.
    value str
    Tag value, e.g. marketing_info.
    database str
    Name of the database that the tag was created in.
    schema str
    Name of the schema that the tag was created in.
    name String
    Tag name, e.g. department.
    value String
    Tag value, e.g. marketing_info.
    database String
    Name of the database that the tag was created in.
    schema String
    Name of the schema that the tag was created in.

    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 v0.50.2 published on Friday, Mar 8, 2024 by Pulumi